Index: base/prefs/persistent_pref_store.h |
diff --git a/base/prefs/persistent_pref_store.h b/base/prefs/persistent_pref_store.h |
index 177d86097450e995004ff67c525faa15dbc334f4..11d2a54dcc0fb329c634128863e943a87fc07544 100644 |
--- a/base/prefs/persistent_pref_store.h |
+++ b/base/prefs/persistent_pref_store.h |
@@ -33,6 +33,9 @@ class BASE_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore { |
// Indicates that ReadPrefs() couldn't complete synchronously and is waiting |
// for an asynchronous task to complete first. |
PREF_READ_ERROR_ASYNCHRONOUS_TASK_INCOMPLETE = 10, |
+ PREF_READ_ERROR_LEVELDB_IO = 11, |
+ PREF_READ_ERROR_LEVELDB_CORRUPTION_READ_ONLY = 12, |
+ PREF_READ_ERROR_LEVELDB_CORRUPTION = 13, |
PREF_READ_ERROR_MAX_ENUM |
}; |