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

Unified Diff: chrome/browser/net/chrome_url_request_context.h

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android webview init fix merged in. 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/browser/net/chrome_url_request_context.h
diff --git a/chrome/browser/net/chrome_url_request_context.h b/chrome/browser/net/chrome_url_request_context.h
index db099927979156f2f7aac8f29d10e0a1197a699a..30215e59d2866d9a3b7c0049fbf96ba7d28fa1ee 100644
--- a/chrome/browser/net/chrome_url_request_context.h
+++ b/chrome/browser/net/chrome_url_request_context.h
@@ -100,11 +100,6 @@ class ChromeURLRequestContextGetter : public net::URLRequestContextGetter {
static ChromeURLRequestContextGetter* CreateOriginalForMedia(
Profile* profile, const ProfileIOData* profile_io_data);
- // Create an instance for an original profile for extensions. This is expected
- // to get called on UI thread.
- static ChromeURLRequestContextGetter* CreateOriginalForExtensions(
- Profile* profile, const ProfileIOData* profile_io_data);
-
// Create an instance for an original profile for an app with isolated
// storage. This is expected to get called on UI thread.
static ChromeURLRequestContextGetter* CreateOriginalForIsolatedApp(
@@ -130,11 +125,6 @@ class ChromeURLRequestContextGetter : public net::URLRequestContextGetter {
const ProfileIOData* profile_io_data,
content::ProtocolHandlerMap* protocol_handlers);
- // Create an instance for an OTR profile for extensions. This is expected
- // to get called on UI thread.
- static ChromeURLRequestContextGetter* CreateOffTheRecordForExtensions(
- Profile* profile, const ProfileIOData* profile_io_data);
-
// Create an instance for an OTR profile for an app with isolated storage.
// This is expected to get called on UI thread.
static ChromeURLRequestContextGetter* CreateOffTheRecordForIsolatedApp(
« no previous file with comments | « chrome/browser/net/chrome_cookie_notification_details.h ('k') | chrome/browser/net/chrome_url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698