| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 8613c348c8214fe39b577e617318a3da021820dc..05705a8cdcd448a6c774744f8865f93c2b65acf4 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -216,6 +216,7 @@ class TestingProfile : public Profile {
|
| virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher();
|
| virtual FindBarState* GetFindBarState();
|
| virtual HostContentSettingsMap* GetHostContentSettingsMap();
|
| + virtual CookieContentSettings* GetCookieContentSettings();
|
| virtual GeolocationPermissionContext* GetGeolocationPermissionContext();
|
| virtual HostZoomMap* GetHostZoomMap();
|
| virtual bool HasProfileSyncService() const;
|
| @@ -352,6 +353,7 @@ class TestingProfile : public Profile {
|
| scoped_refptr<webkit_database::DatabaseTracker> db_tracker_;
|
|
|
| scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
|
| + scoped_refptr<CookieContentSettings> cookie_content_settings_;
|
| scoped_refptr<GeolocationPermissionContext> geolocation_permission_context_;
|
|
|
| // Find bar state. Created lazily by GetFindBarState().
|
|
|