Index: chrome/common/pref_store.h |
diff --git a/chrome/common/pref_store.h b/chrome/common/pref_store.h |
index 745eff7157afca49114a3876118dd4205f7ba91c..35818a0aa039ac617453c393bcfdf44b62f183c5 100644 |
--- a/chrome/common/pref_store.h |
+++ b/chrome/common/pref_store.h |
@@ -50,7 +50,7 @@ class PrefStore { |
virtual void RemoveObserver(Observer* observer) {} |
// Whether the store has completed all asynchronous initialization. |
- virtual bool IsInitializationComplete() const { return true; } |
+ virtual bool IsInitializationComplete() const; |
// Get the value for a given preference |key| and stores it in |result|. |
// |result| is only modified if the return value is READ_OK. Ownership of the |