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

Unified Diff: content/public/browser/content_browser_client.cc

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: content/public/browser/content_browser_client.cc
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
index 00b62a7419672f20b43fd239dbac08df1a8cb6f6..683cb9a0e55b06f56f84f8e989d9629edd95e2db 100644
--- a/content/public/browser/content_browser_client.cc
+++ b/content/public/browser/content_browser_client.cc
@@ -172,7 +172,7 @@ QuotaPermissionContext* ContentBrowserClient::CreateQuotaPermissionContext() {
return NULL;
}
-net::URLRequestContext* ContentBrowserClient::OverrideRequestContextForURL(
+net::CookieStore* ContentBrowserClient::OverrideCookieStoreForURL(
const GURL& url, ResourceContext* context) {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698