| 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 0ec462890e6fb2858754792c9899aa6ac5ea221c..5e63cc70e1d96f916f92eb23e554602b4e49e1a3 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -93,7 +93,8 @@ class OffTheRecordProfileImpl : public Profile,
|
| virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE;
|
| virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess(
|
| int renderer_child_id) OVERRIDE;
|
| - virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| + virtual content::ResourceContext* GetResourceContext(
|
| + content::SiteInstance* instance) OVERRIDE;
|
| virtual content::GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| virtual content::SpeechRecognitionPreferences*
|
|
|