Index: content/browser/mock_content_browser_client.h |
=================================================================== |
--- content/browser/mock_content_browser_client.h (revision 119868) |
+++ content/browser/mock_content_browser_client.h (working copy) |
@@ -69,16 +69,16 @@ |
virtual bool AllowSaveLocalState( |
const content::ResourceContext& context) OVERRIDE; |
virtual bool AllowWorkerDatabase( |
- int worker_route_id, |
const GURL& url, |
const string16& name, |
const string16& display_name, |
unsigned long estimated_size, |
- WorkerProcessHost* worker_process_host) OVERRIDE; |
+ const content::ResourceContext& context, |
+ const std::vector<std::pair<int, int> >& render_views) OVERRIDE; |
virtual bool AllowWorkerFileSystem( |
- int worker_route_id, |
const GURL& url, |
- WorkerProcessHost* worker_process_host) OVERRIDE; |
+ const content::ResourceContext& context, |
+ const std::vector<std::pair<int, int> >& render_views) OVERRIDE; |
virtual net::URLRequestContext* OverrideRequestContextForURL( |
const GURL& url, const content::ResourceContext& context) OVERRIDE; |
virtual QuotaPermissionContext* CreateQuotaPermissionContext() OVERRIDE; |