Index: base/prefs/pref_value_store.h |
diff --git a/base/prefs/pref_value_store.h b/base/prefs/pref_value_store.h |
index 33203bd9d348bcd99c99be42fbd5d12e469cdbb7..5160115660406ffabafcf582ef105e26bc0231b2 100644 |
--- a/base/prefs/pref_value_store.h |
+++ b/base/prefs/pref_value_store.h |
@@ -95,6 +95,7 @@ class BASE_PREFS_EXPORT PrefValueStore { |
// indicated pref store, even if that value is currently being overridden by |
// a higher-priority source. |
bool PrefValueInManagedStore(const std::string& name) const; |
+ bool PrefValueInSupervisedStore(const std::string& name) const; |
bool PrefValueInExtensionStore(const std::string& name) const; |
bool PrefValueInUserStore(const std::string& name) const; |