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

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: Fix double registration in Chrome Frame test. Created 7 years, 10 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
« no previous file with comments | « base/prefs/public/pref_member_unittest.cc ('k') | chrome/browser/about_flags_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3508f402e194e5a693a5b49025c4cfc32b776ca0..3be6a065af7cd0a50bb5f112629d41c14e991220 100644
--- a/base/prefs/public/pref_service_base.h
+++ b/base/prefs/public/pref_service_base.h
@@ -107,9 +107,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;
« no previous file with comments | « base/prefs/public/pref_member_unittest.cc ('k') | chrome/browser/about_flags_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698