| Index: content/child/shared_worker_devtools_agent.h
|
| diff --git a/content/child/shared_worker_devtools_agent.h b/content/child/shared_worker_devtools_agent.h
|
| index 724e2f5645df243284f0bc99b5ea90954c682fe0..a2d028e7d4ec51d3e355c70a3d069c1a0a1d4cfc 100644
|
| --- a/content/child/shared_worker_devtools_agent.h
|
| +++ b/content/child/shared_worker_devtools_agent.h
|
| @@ -35,7 +35,6 @@ class SharedWorkerDevToolsAgent {
|
| void OnReattach(const std::string& host_id, const std::string& state);
|
| void OnDetach();
|
| void OnDispatchOnInspectorBackend(const std::string& message);
|
| - void OnResumeWorkerContext();
|
|
|
| bool Send(IPC::Message* message);
|
| const int route_id_;
|
|
|