| 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;
|
|
|