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(); |