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 97c83e673bce1b1e814c56587effa6ea1d03998b..561e95e795d8f79eba8ff022df13af4cab2698e0 100644 |
--- a/chrome/browser/net/chrome_url_request_context.h |
+++ b/chrome/browser/net/chrome_url_request_context.h |
@@ -146,6 +146,13 @@ class ChromeURLRequestContextGetter : public net::URLRequestContextGetter, |
const ProfileIOData* profile_io_data, |
const std::string& app_id); |
+ // Create an instance for an original profile for media with isolated |
+ // storage. This is expected to get called on UI thread. |
+ static ChromeURLRequestContextGetter* CreateOriginalForIsolatedMedia( |
+ Profile* profile, |
+ const ProfileIOData* profile_io_data, |
+ const std::string& app_id); |
+ |
// Create an instance for use with an OTR profile. This is expected to get |
// called on the UI thread. |
static ChromeURLRequestContextGetter* CreateOffTheRecord( |