| Index: base/prefs/pref_service.h
|
| diff --git a/base/prefs/pref_service.h b/base/prefs/pref_service.h
|
| index da2f7d42b4f1e94c45367cb94b91d73710d3ebbe..d9cc8f5f1ce3fe65b792c4d0921476da3f083f48 100644
|
| --- a/base/prefs/pref_service.h
|
| +++ b/base/prefs/pref_service.h
|
| @@ -264,9 +264,6 @@ class BASE_PREFS_EXPORT PrefService : public base::NonThreadSafe {
|
| void AddRegisteredPreference(const char* path,
|
| base::Value* default_value);
|
|
|
| - // Updates local caches for a preference unregistered at |path|.
|
| - virtual void RemoveRegisteredPreference(const char* path);
|
| -
|
| // The PrefNotifier handles registering and notifying preference observers.
|
| // It is created and owned by this PrefService. Subclasses may access it for
|
| // unit testing.
|
|
|