| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 8e63e5a71b59aeb7cf6ee6d6ba8e24ca5b488e6a..9bb80ff0c801a75e97bf0bfef4d2222e66d1e153 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -174,6 +174,10 @@ class TestingProfile : public Profile {
|
| virtual bool IsOffTheRecord() const OVERRIDE;
|
| virtual content::DownloadManagerDelegate*
|
| GetDownloadManagerDelegate() OVERRIDE;
|
| + virtual void OverrideCookieStoreConfigs(const base::FilePath& partition_path,
|
| + bool in_memory_partition,
|
| + bool is_default_partition,
|
| + CookieSchemeMap* configs) OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* CreateRequestContext(
|
| content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
| @@ -200,10 +204,6 @@ class TestingProfile : public Profile {
|
| ExtensionSpecialStoragePolicy* extension_special_storage_policy);
|
| virtual ExtensionSpecialStoragePolicy*
|
| GetExtensionSpecialStoragePolicy() OVERRIDE;
|
| - // TODO(ajwong): Remove this API in favor of directly retrieving the
|
| - // CookieStore from the StoragePartition after ExtensionURLRequestContext
|
| - // has been removed.
|
| - net::CookieMonster* GetCookieMonster();
|
|
|
| virtual PrefService* GetPrefs() OVERRIDE;
|
|
|
| @@ -214,8 +214,6 @@ class TestingProfile : public Profile {
|
| virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| virtual net::URLRequestContextGetter*
|
| - GetRequestContextForExtensions() OVERRIDE;
|
| - virtual net::URLRequestContextGetter*
|
| GetMediaRequestContextForStoragePartition(
|
| const base::FilePath& partition_path,
|
| bool in_memory) OVERRIDE;
|
|
|