| 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;
|
|
|