| Index: chrome/browser/prefs/incognito_user_pref_store.cc
|
| diff --git a/chrome/browser/prefs/incognito_user_pref_store.cc b/chrome/browser/prefs/incognito_user_pref_store.cc
|
| index d1240fd6e454269e3dc3c0ee7b464f44f0326fda..87bcb2c8870cbd6f2d2c94c5712b3a04e7dec84b 100644
|
| --- a/chrome/browser/prefs/incognito_user_pref_store.cc
|
| +++ b/chrome/browser/prefs/incognito_user_pref_store.cc
|
| @@ -134,9 +134,6 @@ void IncognitoUserPrefStore::ReportValueChanged(const std::string& key) {
|
| FOR_EACH_OBSERVER(PrefStore::Observer, observers_, OnPrefValueChanged(key));
|
| }
|
|
|
| -void IncognitoUserPrefStore::CheckIfValueDestroyed(const std::string& key) {
|
| -}
|
| -
|
| void IncognitoUserPrefStore::OnPrefValueChanged(const std::string& key) {
|
| if (!overlay_.GetValue(key, NULL))
|
| ReportValueChanged(key);
|
|
|