Chromium Code Reviews| 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 15fd91c3906b64fc510a4d4f2bc01a972cfdd3e7..e8034b9f6500d7e6d9150a776487f142551ae1a4 100644 |
| --- a/content/public/browser/devtools_agent_host.h |
| +++ b/content/public/browser/devtools_agent_host.h |
| @@ -108,7 +108,7 @@ class CONTENT_EXPORT DevToolsAgentHost |
| using DiscoveryCallback = base::Callback<void(List)>; |
|
dgozman
2017/04/22 00:00:45
Remove?
|
| // Returns all possible DevToolsAgentHosts embedder is aware of. |
| - static void DiscoverAllHosts(const DiscoveryCallback& callback); |
| + static DevToolsAgentHost::List DiscoverAllHosts(); |
| // Starts remote debugging. |
| // Takes ownership over |socket_factory|. |