Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index aa1fee11a06c9f20f06c7163764cf469340cc1b3..5e8231e57a4a2710d2fadaac4088d0e860c5924b 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -95,6 +95,7 @@ class ProfileImpl : public Profile, |
const extension_misc::UnloadedExtensionReason reason); |
virtual net::SSLConfigService* GetSSLConfigService(); |
virtual HostContentSettingsMap* GetHostContentSettingsMap(); |
+ virtual CookieContentSettings* GetCookieContentSettings(); |
virtual HostZoomMap* GetHostZoomMap(); |
virtual GeolocationPermissionContext* GetGeolocationPermissionContext(); |
virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher(); |
@@ -223,6 +224,7 @@ class ProfileImpl : public Profile, |
scoped_ptr<SSLConfigServiceManager> ssl_config_service_manager_; |
scoped_refptr<HostContentSettingsMap> host_content_settings_map_; |
+ scoped_refptr<CookieContentSettings> cookie_content_settings_; |
scoped_refptr<HostZoomMap> host_zoom_map_; |
scoped_refptr<GeolocationPermissionContext> |
geolocation_permission_context_; |