| Index: content/common/service_worker/embedded_worker_messages.h
|
| diff --git a/content/common/service_worker/embedded_worker_messages.h b/content/common/service_worker/embedded_worker_messages.h
|
| index d2545c4761da4b354a99e4390f1d9d50add88d0f..438cf6cc19d5289ac12853df6eb2167fc66f96e8 100644
|
| --- a/content/common/service_worker/embedded_worker_messages.h
|
| +++ b/content/common/service_worker/embedded_worker_messages.h
|
| @@ -72,6 +72,12 @@ IPC_MESSAGE_CONTROL2(EmbeddedWorkerHostMsg_WorkerScriptLoaded,
|
| IPC_MESSAGE_CONTROL1(EmbeddedWorkerHostMsg_WorkerScriptLoadFailed,
|
| int /* embedded_worker_id */)
|
|
|
| +// Renderer -> Browser message to indicate that the worker has evaluated the
|
| +// script.
|
| +IPC_MESSAGE_CONTROL2(EmbeddedWorkerHostMsg_WorkerScriptEvaluated,
|
| + int /* embedded_worker_id */,
|
| + bool /* success */)
|
| +
|
| // Renderer -> Browser message to indicate that the worker is started.
|
| IPC_MESSAGE_CONTROL1(EmbeddedWorkerHostMsg_WorkerStarted,
|
| int /* embedded_worker_id */)
|
|
|