| 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 d20a8b793505146e0fd147a43f5623a50f1bc9d1..56442a69fb814ee72c27fe77c4599db3827ec74e 100644
|
| --- a/content/browser/devtools/devtools_agent_host_impl.h
|
| +++ b/content/browser/devtools/devtools_agent_host_impl.h
|
| @@ -27,6 +27,9 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost {
|
| virtual ~CloseListener() {}
|
| };
|
|
|
| + // Returns a list of all existing WebContents that can be debugged.
|
| + static std::vector<WebContents*> GetInspectableWebContents();
|
| +
|
| // Informs the hosted agent that a client host has attached.
|
| virtual void Attach() = 0;
|
|
|
|
|