| Index: content/browser/service_worker/embedded_worker_test_helper.cc
|
| diff --git a/content/browser/service_worker/embedded_worker_test_helper.cc b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| index 67ca05af7263a6eb494457df9c369c179e4eb098..49f3668e7b341cac4272161b0b5d94ea89bdd948 100644
|
| --- a/content/browser/service_worker/embedded_worker_test_helper.cc
|
| +++ b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| @@ -145,7 +145,8 @@ void EmbeddedWorkerTestHelper::OnStartWorkerStub(
|
| int embedded_worker_id,
|
| int64 service_worker_version_id,
|
| const GURL& scope,
|
| - const GURL& script_url) {
|
| + const GURL& script_url,
|
| + int worker_devtools_agent_route_id) {
|
| EmbeddedWorkerInstance* worker = registry()->GetWorker(embedded_worker_id);
|
| ASSERT_TRUE(worker != NULL);
|
| EXPECT_EQ(EmbeddedWorkerInstance::STARTING, worker->status());
|
|
|