Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1588)

Unified Diff: content/public/browser/devtools_agent_host.h

Issue 2833213002: DevTools: retain DTAH in all the targets to match their life time. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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|.

Powered by Google App Engine
This is Rietveld 408576698