diff options
Diffstat (limited to 'chrome/browser/prefs/pref_model_associator.h')
-rw-r--r-- | chrome/browser/prefs/pref_model_associator.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/prefs/pref_model_associator.h b/chrome/browser/prefs/pref_model_associator.h index cf1dd77..3d2fd1f 100644 --- a/chrome/browser/prefs/pref_model_associator.h +++ b/chrome/browser/prefs/pref_model_associator.h @@ -60,6 +60,10 @@ 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); |