| 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 8cc8c2802b9e0dfc3a0af37f4928dae77affbea5..d3d0385087d9310d28e1b57b46a0f194b654ea74 100644
|
| --- a/content/common/service_worker/embedded_worker_messages.h
|
| +++ b/content/common/service_worker/embedded_worker_messages.h
|
| @@ -55,11 +55,6 @@ IPC_STRUCT_END()
|
| IPC_MESSAGE_CONTROL1(EmbeddedWorkerMsg_StopWorker,
|
| int /* embedded_worker_id */)
|
|
|
| -// Renderer -> Browser message to indicate that the worker is ready for
|
| -// inspection.
|
| -IPC_MESSAGE_CONTROL1(EmbeddedWorkerHostMsg_WorkerReadyForInspection,
|
| - int /* embedded_worker_id */)
|
| -
|
| // Renderer -> Browser message to indicate that the worker has loaded the
|
| // script.
|
| IPC_MESSAGE_CONTROL1(EmbeddedWorkerHostMsg_WorkerScriptLoaded,
|
|
|