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

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

Issue 7713034: HostContentSettingsMap refactoring. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 4 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.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 3165b3359fa8539664e1ab0b69855b34803d3993..1484346ee44348eb8ec6b054be20b049668e0ff9 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -53,6 +53,7 @@ class BookmarkModel;
class BrowserSignin;
class ChromeAppCacheService;
class ChromeURLDataManager;
+class CookieContentSettings;
class Extension;
class ExtensionDevToolsManager;
class ExtensionEventRouter;
@@ -389,6 +390,9 @@ class Profile : public content::BrowserContext {
// Returns the Hostname <-> Content settings map for this profile.
virtual HostContentSettingsMap* GetHostContentSettingsMap() = 0;
+ // Returns the cookie content settings for this profile.
+ virtual CookieContentSettings* GetCookieContentSettings() = 0;
+
// Returns the user style sheet watcher.
virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher() = 0;

Powered by Google App Engine
This is Rietveld 408576698