Index: chrome/browser/prefs/pref_notifier.h |
diff --git a/chrome/browser/prefs/pref_notifier.h b/chrome/browser/prefs/pref_notifier.h |
index f2d9c525afc1cec8a01dc0f28c12c30c61c69cb0..e6d3b8bd3e8225cee8ef570cd5606b9c36c6b027 100644 |
--- a/chrome/browser/prefs/pref_notifier.h |
+++ b/chrome/browser/prefs/pref_notifier.h |
@@ -21,7 +21,7 @@ class PrefNotifier { |
virtual void OnPreferenceChanged(const std::string& pref_name) = 0; |
// Broadcasts the intialization completed notification. |
- virtual void OnInitializationCompleted() = 0; |
+ virtual void OnInitializationCompleted(bool succeeded) = 0; |
}; |
#endif // CHROME_BROWSER_PREFS_PREF_NOTIFIER_H_ |