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 81069899d8594e9a9f7ed7d93e1484387fc22955..c8a46556ae6b938d533c86c67dd79abafa191d98 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&); |
void OnDetach(); |
void OnDispatchOnInspectorBackend(const std::string& message); |
- void OnPauseWorkerContextOnStart(); |
void OnResumeWorkerContext(); |
bool Send(IPC::Message* message); |