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

Unified Diff: base/prefs/public/pref_service_base.h

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch to desired interfaces. Created 7 years, 11 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/public/pref_service_base.h
diff --git a/base/prefs/public/pref_service_base.h b/base/prefs/public/pref_service_base.h
index 4115fa4070389709ae40ce707b0733ed38c6f169..2a9c623d27929c5057897b26441d93681c9c2ad7 100644
--- a/base/prefs/public/pref_service_base.h
+++ b/base/prefs/public/pref_service_base.h
@@ -104,9 +104,6 @@ class PrefServiceBase {
// value can be changed by the user.
virtual bool IsUserModifiablePreference(const char* pref_name) const = 0;
- // Unregisters a preference.
- virtual void UnregisterPreference(const char* path) = 0;
-
// Look up a preference. Returns NULL if the preference is not
// registered.
virtual const Preference* FindPreference(const char* pref_name) const = 0;

Powered by Google App Engine
This is Rietveld 408576698