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

Unified Diff: base/prefs/persistent_pref_store.h

Issue 169323003: Implementation of leveldb-backed PrefStore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: now with FileThreadDeserializer Created 6 years, 10 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
Index: base/prefs/persistent_pref_store.h
diff --git a/base/prefs/persistent_pref_store.h b/base/prefs/persistent_pref_store.h
index 44f344289a9d60723954a59968e35dca6a1e6473..3d6e133293ad8f293e884a472a0a36d020b6cf64 100644
--- a/base/prefs/persistent_pref_store.h
+++ b/base/prefs/persistent_pref_store.h
@@ -30,6 +30,8 @@ class BASE_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore {
PREF_READ_ERROR_JSON_REPEAT,
PREF_READ_ERROR_OTHER,
PREF_READ_ERROR_FILE_NOT_SPECIFIED,
+ PREF_READ_ERROR_LEVELDB_IO_ERROR,
+ PREF_READ_ERROR_LEVELDB_CORRUPTION,
PREF_READ_ERROR_MAX_ENUM
};
« base/prefs/leveldb_pref_store.cc ('K') | « base/prefs/leveldb_pref_store_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698