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

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: cast test 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..1deed12873c4ff7d082cfe9bd3785d1025e53420 100644
--- a/content/public/browser/devtools_agent_host.h
+++ b/content/public/browser/devtools_agent_host.h
@@ -105,11 +105,6 @@ class CONTENT_EXPORT DevToolsAgentHost
// Returns all DevToolsAgentHosts content is aware of.
static List GetOrCreateAll();
- using DiscoveryCallback = base::Callback<void(List)>;
-
- // Returns all possible DevToolsAgentHosts embedder is aware of.
- static void DiscoverAllHosts(const DiscoveryCallback& callback);
-
// Starts remote debugging.
// Takes ownership over |socket_factory|.
// If |frontend_url| is empty, assumes it's bundled.
« no previous file with comments | « content/browser/devtools/devtools_http_handler.cc ('k') | content/public/browser/devtools_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698