Index: chrome/browser/profiles/profile_manager.h |
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
index bca991b4b6333766f7c09b339599cba0931b4bb3..db2559e15f403a4e700c801360d8c8ebc24c9d1c 100644 |
--- a/chrome/browser/profiles/profile_manager.h |
+++ b/chrome/browser/profiles/profile_manager.h |
@@ -140,6 +140,7 @@ class ProfileManager : public base::NonThreadSafe, |
Profile* GetProfileByPath(const base::FilePath& path) const; |
// Profile::Delegate implementation: |
+ virtual void OnPrefsLoaded(Profile* profile) OVERRIDE; |
virtual void OnProfileCreated(Profile* profile, |
bool success, |
bool is_new_profile) OVERRIDE; |