| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index 170a33e447fcce2595787332c2017943d41fd69a..c7826d6993de8a06755f77c430329b47c076feb0 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -91,7 +91,9 @@ class OffTheRecordProfileImpl : public Profile,
|
| virtual net::URLRequestContextGetter* GetRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| - virtual net::URLRequestContextGetter* GetRequestContextForMedia() OVERRIDE;
|
| + virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE;
|
| + virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| + int renderer_child_id) OVERRIDE;
|
| virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual content::GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
|
|