Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(968)

Unified Diff: content/browser/mock_content_browser_client.cc

Issue 9317026: Hide WorkerProcessHost from chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/mock_content_browser_client.h ('k') | content/browser/worker_host/worker_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/mock_content_browser_client.cc
===================================================================
--- content/browser/mock_content_browser_client.cc (revision 119868)
+++ content/browser/mock_content_browser_client.cc (working copy)
@@ -138,19 +138,19 @@
}
bool MockContentBrowserClient::AllowWorkerDatabase(
- int worker_route_id,
const GURL& url,
const string16& name,
const string16& display_name,
unsigned long estimated_size,
- WorkerProcessHost* worker_process_host) {
+ const content::ResourceContext& context,
+ const std::vector<std::pair<int, int> >& render_views) {
return true;
}
bool MockContentBrowserClient::AllowWorkerFileSystem(
- int worker_route_id,
const GURL& url,
- WorkerProcessHost* worker_process_host) {
+ const content::ResourceContext& context,
+ const std::vector<std::pair<int, int> >& render_views) {
return true;
}
« no previous file with comments | « content/browser/mock_content_browser_client.h ('k') | content/browser/worker_host/worker_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698