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 2d6a732a3300e900e0ac1bfe43c09725c0203784..a7f9e609767c3a875bd94b3a7a35f1aeaa0658a8 100644 |
--- a/content/child/shared_worker_devtools_agent.h |
+++ b/content/child/shared_worker_devtools_agent.h |
@@ -32,10 +32,12 @@ class SharedWorkerDevToolsAgent { |
const blink::WebString& post_state); |
private: |
- void OnAttach(const std::string& host_id); |
- void OnReattach(const std::string& host_id, const std::string& state); |
+ void OnAttach(const std::string& host_id, int session_id); |
+ void OnReattach(const std::string& host_id, |
+ int session_id, |
+ const std::string& state); |
void OnDetach(); |
- void OnDispatchOnInspectorBackend(const std::string& message); |
+ void OnDispatchOnInspectorBackend(int session_id, const std::string& message); |
bool Send(IPC::Message* message); |
const int route_id_; |