Index: chrome/browser/profiles/off_the_record_profile_io_data.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h |
index 366911c062270879a7a1563b5004dfb2819aae81..4d83990e9277a06bd60f01fc0e60341b4cff6060 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.h |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.h |
@@ -100,12 +100,19 @@ class OffTheRecordProfileIOData : public ProfileIOData { |
virtual ChromeURLRequestContext* InitializeAppRequestContext( |
ChromeURLRequestContext* main_context, |
const std::string& app_id) const OVERRIDE; |
+ virtual ChromeURLRequestContext* InitializeMediaRequestContext( |
+ ChromeURLRequestContext* original_context, |
+ const std::string& app_id) const OVERRIDE; |
virtual ChromeURLRequestContext* |
AcquireMediaRequestContext() const OVERRIDE; |
virtual ChromeURLRequestContext* |
AcquireIsolatedAppRequestContext( |
ChromeURLRequestContext* main_context, |
const std::string& app_id) const OVERRIDE; |
+ virtual ChromeURLRequestContext* |
+ AcquireIsolatedMediaRequestContext( |
+ ChromeURLRequestContext* app_context, |
+ const std::string& app_id) const OVERRIDE; |
void CreateFtpProtocolHandler(net::URLRequestJobFactory* job_factory, |
net::FtpAuthCache* ftp_auth_cache) const; |