Index: content/browser/devtools/forwarding_agent_host.h |
diff --git a/content/browser/devtools/forwarding_agent_host.h b/content/browser/devtools/forwarding_agent_host.h |
index 81e4aed541967b244341c2080c65b587ccf6936c..d4ead9d2271f8ce7edf0e646cd6a0c8b40d52435 100644 |
--- a/content/browser/devtools/forwarding_agent_host.h |
+++ b/content/browser/devtools/forwarding_agent_host.h |
@@ -31,6 +31,13 @@ class ForwardingAgentHost |
virtual void Detach() OVERRIDE; |
virtual void DispatchOnInspectorBackend(const std::string& message) OVERRIDE; |
+ // DevToolsAgentHost implementation |
+ virtual std::string GetType() OVERRIDE; |
+ virtual std::string GetTitle() OVERRIDE; |
+ virtual GURL GetURL() OVERRIDE; |
+ virtual bool Activate() OVERRIDE; |
+ virtual bool Close() OVERRIDE; |
+ |
scoped_ptr<DevToolsExternalAgentProxyDelegate> delegate_; |
}; |