| // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| // Error codes reported by self tests or to UMA. |
| #ifndef NET_DISK_CACHE_ERRORS_H__ |
| #define NET_DISK_CACHE_ERRORS_H__ |
| ERR_INVALID_ADDRESS = -7, |
| ERR_NUM_ENTRIES_MISMATCH = -9, |
| ERR_PREVIOUS_CRASH = -11, |
| ERR_CACHE_DOOMED = -14, // Not really an error condition. |
| ERR_CACHE_CREATED = -15 // Not really an error condition. |
| } // namespace disk_cache |
| #endif // NET_DISK_CACHE_ERRORS_H__ |