| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 91a2a22f0c6f217c06b9f07bf51bc6b2bfce2fca..3ec3d0cdb650fd225cbc950130c07b71596e4fc5 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -199,10 +199,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;
|
|
|
| @@ -213,8 +209,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;
|
| @@ -274,6 +268,7 @@ class TestingProfile : public Profile {
|
| virtual GURL GetHomePage() OVERRIDE;
|
|
|
| virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
|
| + virtual content::CookieStoreConfig GetCookieStoreConfig() OVERRIDE;
|
|
|
| protected:
|
| base::Time start_time_;
|
|
|