Index: content/shell/shell_browser_context.h |
=================================================================== |
--- content/shell/shell_browser_context.h (revision 156155) |
+++ content/shell/shell_browser_context.h (working copy) |
@@ -33,6 +33,8 @@ |
virtual net::URLRequestContextGetter* GetMediaRequestContext() OVERRIDE; |
virtual net::URLRequestContextGetter* GetMediaRequestContextForRenderProcess( |
int renderer_child_id) OVERRIDE; |
+ virtual net::URLRequestContextGetter* GetRequestContextForStoragePartition( |
+ const std::string& partition_id) OVERRIDE; |
virtual ResourceContext* GetResourceContext() OVERRIDE; |
virtual GeolocationPermissionContext* |
GetGeolocationPermissionContext() OVERRIDE; |