Index: content/browser/devtools/devtools_agent_host_impl.h |
diff --git a/content/browser/devtools/devtools_agent_host_impl.h b/content/browser/devtools/devtools_agent_host_impl.h |
index 91f802a21dcd20e282f3ee7cdd9cc3df2a249573..9c21650459cc1985af067601ea41d69467eb327f 100644 |
--- a/content/browser/devtools/devtools_agent_host_impl.h |
+++ b/content/browser/devtools/devtools_agent_host_impl.h |
@@ -41,6 +41,8 @@ class CONTENT_EXPORT DevToolsAgentHostImpl : public DevToolsAgentHost { |
} |
// DevToolsAgentHost implementation. |
+ virtual bool IsAttached() OVERRIDE; |
+ |
virtual void InspectElement(int x, int y) OVERRIDE; |
virtual std::string GetId() OVERRIDE; |