| Index: chrome/browser/prefs/pref_model_associator.h
|
| diff --git a/chrome/browser/prefs/pref_model_associator.h b/chrome/browser/prefs/pref_model_associator.h
|
| index 0787aea97559a45056db87de6fa0075dd9017b39..eb815e3e1fee3863d9d878e3ec76f687acf975cb 100644
|
| --- a/chrome/browser/prefs/pref_model_associator.h
|
| +++ b/chrome/browser/prefs/pref_model_associator.h
|
| @@ -66,10 +66,6 @@ class PrefModelAssociator
|
| // Returns true if the specified preference is registered for syncing.
|
| virtual bool IsPrefRegistered(const char* name);
|
|
|
| - // Unregisters a previously registered preference. This must be called
|
| - // prior to making the first sync.
|
| - virtual void UnregisterPref(const char* name);
|
| -
|
| // Process a local preference change. This can trigger new SyncChanges being
|
| // sent to the syncer.
|
| virtual void ProcessPrefChange(const std::string& name);
|
|
|