Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2333)

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 7838030: WIP: Introduce per-TabContents PrefService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698