Index: chrome/common/pref_store.h |
diff --git a/chrome/common/pref_store.h b/chrome/common/pref_store.h |
index 48b51a3bbc6b48b7e1617547be997ef73df87503..eec74e9476ad574dcc8debb5ab127e545e51d614 100644 |
--- a/chrome/common/pref_store.h |
+++ b/chrome/common/pref_store.h |
@@ -30,7 +30,7 @@ class PrefStore : public base::RefCounted<PrefStore> { |
// Called when the value for the given |key| in the store changes. |
virtual void OnPrefValueChanged(const std::string& key) = 0; |
// Notification about the PrefStore being fully initialized. |
- virtual void OnInitializationCompleted() = 0; |
+ virtual void OnInitializationCompleted(bool succeeded) = 0; |
}; |
// Return values for GetValue(). |