Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 6c7a0ea1a9a69ab007f026f81cf6b2ef2ff0ab0a..031547247eade0deff683bbed97973e5ddd21ce0 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -36,8 +36,7 @@ class NetPrefObserver; |
// The default profile implementation. |
class ProfileImpl : public Profile, |
public SpellCheckHostObserver, |
- public NotificationObserver, |
- public PrefServiceDelegate { |
+ public NotificationObserver { |
public: |
virtual ~ProfileImpl(); |
@@ -157,9 +156,8 @@ class ProfileImpl : public Profile, |
// Does final initialization. Should be called after prefs were loaded. |
void DoFinalInit(); |
- // PrefServiceDelegate implementation. Does final prefs initialization and |
- // calls Init(). |
- virtual void OnPrefsLoaded(PrefService* prefs, bool success); |
+ // Does final prefs initialization and calls Init(). |
+ void OnPrefsLoaded(bool success); |
void CreateWebDataService(); |
FilePath GetPrefFilePath(); |