Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: net/disk_cache/blockfile/errors.h

Issue 992733002: Remove //net (except for Android test stuff) and sdch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/disk_cache/blockfile/entry_impl_v3.cc ('k') | net/disk_cache/blockfile/eviction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/blockfile/errors.h
diff --git a/net/disk_cache/blockfile/errors.h b/net/disk_cache/blockfile/errors.h
deleted file mode 100644
index 565eb04905000aa34de7c488da90e4bbd8823b1b..0000000000000000000000000000000000000000
--- a/net/disk_cache/blockfile/errors.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// 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_BLOCKFILE_ERRORS_H_
-#define NET_DISK_CACHE_BLOCKFILE_ERRORS_H_
-
-namespace disk_cache {
-
-enum {
- ERR_NO_ERROR = 0,
- ERR_INIT_FAILED = -1,
- ERR_INVALID_TAIL = -2,
- ERR_INVALID_HEAD = -3,
- ERR_INVALID_PREV = -4,
- ERR_INVALID_NEXT = -5,
- ERR_INVALID_ENTRY = -6,
- ERR_INVALID_ADDRESS = -7,
- ERR_INVALID_LINKS = -8,
- ERR_NUM_ENTRIES_MISMATCH = -9,
- ERR_READ_FAILURE = -10,
- ERR_PREVIOUS_CRASH = -11,
- ERR_STORAGE_ERROR = -12,
- ERR_INVALID_MASK = -13,
- 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_BLOCKFILE_ERRORS_H_
« no previous file with comments | « net/disk_cache/blockfile/entry_impl_v3.cc ('k') | net/disk_cache/blockfile/eviction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698