Index: components/html_viewer/devtools_agent_impl.h |
diff --git a/components/html_viewer/devtools_agent_impl.h b/components/html_viewer/devtools_agent_impl.h |
index 17ff601d9b0f4251672784685acbd353175fe64d..f062b31de5e5ea2f08dfd065b1a3b29e1b42939f 100644 |
--- a/components/html_viewer/devtools_agent_impl.h |
+++ b/components/html_viewer/devtools_agent_impl.h |
@@ -38,8 +38,7 @@ |
void DispatchProtocolMessage(const mojo::String& message) override; |
// blink::WebDevToolsAgentClient implementation. |
- void sendProtocolMessage(int session_id, |
- int call_id, |
+ void sendProtocolMessage(int call_id, |
const blink::WebString& response, |
const blink::WebString& state); |