| 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 85da5fd476cae688643204a2629b6182d154fdf4..8b942d4e8f3f4b72abc2b940f097238d7d73f452 100644
|
| --- a/components/html_viewer/devtools_agent_impl.h
|
| +++ b/components/html_viewer/devtools_agent_impl.h
|
| @@ -38,7 +38,8 @@ class DevToolsAgentImpl : public devtools_service::DevToolsAgent,
|
| void DispatchProtocolMessage(const mojo::String& message) override;
|
|
|
| // blink::WebDevToolsAgentClient implementation.
|
| - void sendProtocolMessage(int call_id,
|
| + void sendProtocolMessage(int session_id,
|
| + int call_id,
|
| const blink::WebString& response,
|
| const blink::WebString& state);
|
|
|
|
|