| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index 925e863f3f94dfd78afaaefe27fd04527d5a3d1c..ea5fc5b580665779c26aa8b656f424b3f21d81ca 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -60,6 +60,9 @@ class ProfileImpl : 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;
|
|
|