Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4786)

Unified Diff: chrome/test/base/testing_profile.h

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile gdi. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..3cd5ea33b5c95e5d620e0c25131f43a32c6c0576 100644
--- a/chrome/test/base/testing_profile.h
+++ b/chrome/test/base/testing_profile.h
@@ -200,10 +200,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 +210,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;
@@ -275,6 +269,7 @@ class TestingProfile : public Profile {
virtual GURL GetHomePage() OVERRIDE;
virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
+ virtual content::CookieStoreConfig GetCookieStoreConfig() OVERRIDE;
protected:
base::Time start_time_;

Powered by Google App Engine
This is Rietveld 408576698