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 c8a46556ae6b938d533c86c67dd79abafa191d98..724e2f5645df243284f0bc99b5ea90954c682fe0 100644 |
--- a/content/child/shared_worker_devtools_agent.h |
+++ b/content/child/shared_worker_devtools_agent.h |
@@ -31,8 +31,8 @@ class SharedWorkerDevToolsAgent { |
void SaveDevToolsAgentState(const blink::WebString& state); |
private: |
- void OnAttach(); |
- void OnReattach(const std::string&); |
+ void OnAttach(const std::string& host_id); |
+ void OnReattach(const std::string& host_id, const std::string& state); |
void OnDetach(); |
void OnDispatchOnInspectorBackend(const std::string& message); |
void OnResumeWorkerContext(); |