| 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 0034b5cae8e4d343642e52e49765a95beea1ae34..c36773d7b7ad5d7c62c0c33a35d93c7256c55b6e 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 pattern.
|
| // This also registers this sender for the process.
|
| - void SimulateAddProcessToWorker(int embedded_worker_id, int process_id);
|
| + void SimulateAddProcessToPattern(const GURL& pattern, int process_id);
|
|
|
| // IPC::Sender implementation.
|
| virtual bool Send(IPC::Message* message) OVERRIDE;
|
|
|