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..6158a9a3583f4f017ccd0c0e4d665c1382d10a33 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -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; |