| Index: content/browser/devtools/devtools_agent_host_impl.h
|
| diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h
|
| index 1bcb2d8aece21ac22762d46d387ec4f33104131f..0d27827fb1e5ebbe19b4c00d2928182db797b7f8 100644
|
| --- a/content/browser/devtools/devtools_agent_host_impl.h
|
| +++ b/content/browser/devtools/devtools_agent_host_impl.h
|
| @@ -44,6 +44,7 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
|
| void DisconnectWebContents() override;
|
| void ConnectWebContents(WebContents* wc) override;
|
|
|
| + void AttachMultiClient(DevToolsAgentHostClient* client);
|
| bool Inspect();
|
|
|
| protected:
|
|
|