| Index: content/public/browser/devtools_agent_host.h
|
| diff --git a/content/public/browser/devtools_agent_host.h b/content/public/browser/devtools_agent_host.h
|
| index 7c1cc83588ce033cfc108b1d666581f1fb75e34d..15fd91c3906b64fc510a4d4f2bc01a972cfdd3e7 100644
|
| --- a/content/public/browser/devtools_agent_host.h
|
| +++ b/content/public/browser/devtools_agent_host.h
|
| @@ -94,6 +94,10 @@ class CONTENT_EXPORT DevToolsAgentHost
|
| scoped_refptr<base::SingleThreadTaskRunner> tethering_task_runner,
|
| const CreateServerSocketCallback& socket_callback);
|
|
|
| + // Creates DevToolsAgentHost for discovery, which supports part of the
|
| + // protocol to discover other agent hosts.
|
| + static scoped_refptr<DevToolsAgentHost> CreateForDiscovery();
|
| +
|
| static bool IsDebuggerAttached(WebContents* web_contents);
|
|
|
| using List = std::vector<scoped_refptr<DevToolsAgentHost>>;
|
|
|