Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index cdc2985eff421b55270c6ea7cd9d001c35a24b33..848ef9df697133df365b406d553ed3b54f60990c 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -19,8 +19,8 @@ |
#include "content/common/notification_registrar.h" |
class ChromeDownloadManagerDelegate; |
-class ExtensionPrefs; |
class ExtensionPrefValueMap; |
+class ExtensionPrefs; |
class ExtensionSettings; |
class NetPrefObserver; |
class PrefService; |
@@ -74,6 +74,7 @@ class ProfileImpl : public Profile, |
virtual PasswordStore* GetPasswordStore(ServiceAccessType sat); |
virtual PrefService* GetPrefs(); |
virtual PrefService* GetOffTheRecordPrefs(); |
+ virtual PrefService* GetPrefsForTabContents(TabContents* contents); |
virtual TemplateURLFetcher* GetTemplateURLFetcher(); |
virtual DownloadManager* GetDownloadManager(); |
virtual PersonalDataManager* GetPersonalDataManager(); |