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

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

Issue 2273063002: DevTools: remove DevToolsTargetDescriptor and its implementations, we are now based on devtools age… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 e98f5dc9845f7e64082f82837d3821ee33e64dc7..92c163e1845a1e4e02a9ef942d3eda6b6d859f33 100644
--- a/content/public/browser/devtools_agent_host.h
+++ b/content/public/browser/devtools_agent_host.h
@@ -43,6 +43,8 @@ class CONTENT_EXPORT DevToolsAgentHost
static char kTypeBrowser[];
static char kTypeOther[];
+ using Ptr = scoped_refptr<DevToolsAgentHost>;
dgozman 2016/08/24 17:17:39 Unused?
+
// Latest DevTools protocol version supported.
static std::string GetProtocolVersion();
« no previous file with comments | « components/devtools_http_handler/devtools_http_handler.cc ('k') | content/shell/browser/shell_devtools_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698