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

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: respond to comments; add histograms.xml entries Created 6 years, 8 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..11f99a37e870976be5dd8042572b0ee081b681d7 100644
--- a/base/prefs/persistent_pref_store.h
+++ b/base/prefs/persistent_pref_store.h
@@ -30,6 +30,9 @@ 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,
+ PREF_READ_ERROR_LEVELDB_CORRUPTION_READ_ONLY,
+ PREF_READ_ERROR_LEVELDB_CORRUPTION,
PREF_READ_ERROR_MAX_ENUM
};

Powered by Google App Engine
This is Rietveld 408576698