| 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 a185a78cb2c8989788c9955d816e6e1250a914aa..5e2189cfc375486907207b86f9cb3d8ccb15b722 100644
|
| --- a/chrome/browser/prefs/pref_model_associator.h
|
| +++ b/chrome/browser/prefs/pref_model_associator.h
|
| @@ -104,10 +104,6 @@ class PrefModelAssociator
|
| const std::string& pref_name,
|
| SyncChangeList* sync_changes);
|
|
|
| - // Perform any additional local operations that need to happen after a
|
| - // preference has been updated.
|
| - void SendUpdateNotificationsIfNecessary(const std::string& pref_name);
|
| -
|
| static base::Value* MergeListValues(
|
| const base::Value& from_value, const base::Value& to_value);
|
| static base::Value* MergeDictionaryValues(const base::Value& from_value,
|
|
|