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

Unified Diff: content/browser/service_worker/embedded_worker_test_helper.h

Issue 443593002: ServiceWorker: Move worker candidate process knowledge to ServiceWorkerProcessManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: content/browser/service_worker/embedded_worker_test_helper.h
diff --git a/content/browser/service_worker/embedded_worker_test_helper.h b/content/browser/service_worker/embedded_worker_test_helper.h
index e1e40b0c3f604d264193581a2704d7488a7c1497..a4fc162c10d951bc23dc0b66e8148ae1793f5f41 100644
--- a/content/browser/service_worker/embedded_worker_test_helper.h
+++ b/content/browser/service_worker/embedded_worker_test_helper.h
@@ -48,9 +48,9 @@ class EmbeddedWorkerTestHelper : public IPC::Sender,
explicit EmbeddedWorkerTestHelper(int mock_render_process_id);
virtual ~EmbeddedWorkerTestHelper();
- // Call this to simulate add/associate a process to a worker.
+ // Call this to simulate add/associate a process to a scope.
// This also registers this sender for the process.
- void SimulateAddProcessToWorker(int embedded_worker_id, int process_id);
+ void SimulateAddProcessToScope(const GURL& scope, int process_id);
// IPC::Sender implementation.
virtual bool Send(IPC::Message* message) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698