Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 080948223d186334c402e1b9abc636580dba1d61..f5eb627d58f537efab63843a2a531d211174671d 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(); |
@@ -158,9 +157,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(); |