| Index: content/browser/devtools/render_view_devtools_agent_host.h
|
| diff --git a/content/browser/devtools/render_view_devtools_agent_host.h b/content/browser/devtools/render_view_devtools_agent_host.h
|
| index b1f3e07acad3907fa7999efe6363ac4a85b10b68..af47565e32769e86863249dc907dd5dc6209ee96 100644
|
| --- a/content/browser/devtools/render_view_devtools_agent_host.h
|
| +++ b/content/browser/devtools/render_view_devtools_agent_host.h
|
| @@ -48,6 +48,11 @@ class CONTENT_EXPORT RenderViewDevToolsAgentHost
|
| virtual void DisconnectWebContents() OVERRIDE;
|
| virtual void ConnectWebContents(WebContents* web_contents) OVERRIDE;
|
| virtual WebContents* GetWebContents() OVERRIDE;
|
| + virtual std::string GetType() OVERRIDE;
|
| + virtual std::string GetTitle() OVERRIDE;
|
| + virtual GURL GetURL() OVERRIDE;
|
| + virtual bool Activate() OVERRIDE;
|
| + virtual bool Close() OVERRIDE;
|
|
|
| private:
|
| friend class DevToolsAgentHost;
|
|
|