Index: trunk/src/chrome/browser/net/chrome_url_request_context.h |
=================================================================== |
--- trunk/src/chrome/browser/net/chrome_url_request_context.h (revision 219785) |
+++ trunk/src/chrome/browser/net/chrome_url_request_context.h (working copy) |
@@ -100,6 +100,11 @@ |
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( |
@@ -125,6 +130,11 @@ |
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( |