| Index: chrome/browser/prefs/pref_notifier_impl.h
|
| diff --git a/chrome/browser/prefs/pref_notifier_impl.h b/chrome/browser/prefs/pref_notifier_impl.h
|
| index 085e547f64b1af35fafcf9881d1f1a280a23d7fc..ca6975b1e21a675c3c5d51ab19ef1c4ba29b7fa2 100644
|
| --- a/chrome/browser/prefs/pref_notifier_impl.h
|
| +++ b/chrome/browser/prefs/pref_notifier_impl.h
|
| @@ -30,7 +30,7 @@ class PrefNotifierImpl : public PrefNotifier,
|
|
|
| // PrefNotifier overrides.
|
| virtual void OnPreferenceChanged(const std::string& pref_name);
|
| - virtual void OnInitializationCompleted();
|
| + virtual void OnInitializationCompleted(bool succeeded);
|
|
|
| protected:
|
| // A map from pref names to a list of observers. Observers get fired in the
|
|
|