Index: third_party/WebKit/public/web/WebDevToolsAgentClient.h |
diff --git a/third_party/WebKit/public/web/WebDevToolsAgentClient.h b/third_party/WebKit/public/web/WebDevToolsAgentClient.h |
index f6743587af03c5e3101a48c672485e80e0e56fd9..479d6a617f1a40583600cb23e1c5ebdd2ca61ba8 100644 |
--- a/third_party/WebKit/public/web/WebDevToolsAgentClient.h |
+++ b/third_party/WebKit/public/web/WebDevToolsAgentClient.h |
@@ -44,7 +44,7 @@ class WebDevToolsAgentClient { |
public: |
// Sends response message over the protocol, update agent state on the browser side for |
// potential re-attach. |callId| for notifications is 0, |state| for notifications is empty. |
- virtual void sendProtocolMessage(int callId, const WebString& response, const WebString& state) { } |
+ virtual void sendProtocolMessage(int sessionId, int callId, const WebString& response, const WebString& state) {} |
// Returns process id. |
virtual long processId() { return -1; } |