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..be2278cf7b60e0b7dd09d27d56ef59cd8bff6f8d 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -52,8 +52,8 @@ class OffTheRecordProfileImpl : public Profile, |
virtual PrefService* GetOffTheRecordPrefs() OVERRIDE; |
virtual net::URLRequestContextGetter* |
GetRequestContextForExtensions() OVERRIDE; |
- virtual net::URLRequestContextGetter* GetRequestContextForIsolatedApp( |
- const std::string& app_id) OVERRIDE; |
+ virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition( |
+ const std::string& partition_id) OVERRIDE; |
virtual net::SSLConfigService* GetSSLConfigService() OVERRIDE; |
virtual HostContentSettingsMap* GetHostContentSettingsMap() OVERRIDE; |
virtual ProtocolHandlerRegistry* GetProtocolHandlerRegistry() OVERRIDE; |
@@ -93,6 +93,9 @@ class OffTheRecordProfileImpl : public Profile, |
virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE; |
virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess( |
int renderer_child_id) OVERRIDE; |
+ virtual net::URLRequestContextGetter* |
+ GetMediaRequestContextForStoragePartition( |
+ const std::string& partition_id) OVERRIDE; |
virtual content::ResourceContext* GetResourceContext() OVERRIDE; |
virtual content::GeolocationPermissionContext* |
GetGeolocationPermissionContext() OVERRIDE; |