Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 027715c9694d3b29c02a75ac5ea8257acd2b5b52..006c56ee72746e5e520def57881e583a67c6c5e5 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(); |
@@ -161,9 +160,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(); |