Index: chrome/browser/prefs/default_pref_store.h |
diff --git a/chrome/browser/prefs/default_pref_store.h b/chrome/browser/prefs/default_pref_store.h |
index 4f818a5643cbc13dc0926fe74e919dddd800f91c..96de6d3c0420995896b1c11629ff68dba56a0d1f 100644 |
--- a/chrome/browser/prefs/default_pref_store.h |
+++ b/chrome/browser/prefs/default_pref_store.h |
@@ -21,6 +21,9 @@ class DefaultPrefStore : public ValueMapPrefStore { |
// Stores a new |value| for |key|. Assumes ownership of |value|. |
void SetDefaultValue(const std::string& key, Value* value); |
+ // Removes the value for |key|. |
+ void RemoveDefaultValue(const std::string& key); |
+ |
// Returns the registered type for |key| or Value::TYPE_NULL if the |key| |
// has not been registered. |
base::Value::Type GetType(const std::string& key) const; |