| 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 984e8c616b0b4a37b19fbebe76e7d96c1e549cf3..fe54549657551c40e61bd5bc1c35a8b0f3b6d773 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| @@ -106,6 +106,10 @@ class OffTheRecordProfileIOData : public ProfileIOData {
|
| 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;
|
|
|