| Index: content/browser/devtools/forwarding_agent_host.h
|
| diff --git a/content/browser/devtools/forwarding_agent_host.h b/content/browser/devtools/forwarding_agent_host.h
|
| index c14ddb736615906bfa7ba120f471fdc69766e31e..36263cd0c6f188bdf98998083b0d95a0b4653856 100644
|
| --- a/content/browser/devtools/forwarding_agent_host.h
|
| +++ b/content/browser/devtools/forwarding_agent_host.h
|
| @@ -30,9 +30,11 @@ class ForwardingAgentHost
|
| void ConnectionClosed() override;
|
|
|
| // DevToolsAgentHostImpl implementation.
|
| - void Attach() override;
|
| - void Detach() override;
|
| - bool DispatchProtocolMessage(const std::string& message) override;
|
| + void AttachSession(DevToolsSession* session) override;
|
| + void DetachSession(int session_id) override;
|
| + bool DispatchProtocolMessage(
|
| + DevToolsSession* session,
|
| + const std::string& message) override;
|
|
|
| // DevToolsAgentHost implementation
|
| std::string GetType() override;
|
|
|