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( |