| 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;
|
|
|
|
|