| 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 bbee51a7c253e0eee52d6bad1e77b67646e5921b..7b353888d6770ca022faebf55e3b901e08fce35b 100644
|
| --- a/content/browser/devtools/render_view_devtools_agent_host.h
|
| +++ b/content/browser/devtools/render_view_devtools_agent_host.h
|
| @@ -49,6 +49,11 @@ class CONTENT_EXPORT RenderViewDevToolsAgentHost
|
| virtual void DisconnectWebContents() OVERRIDE;
|
| virtual void ConnectWebContents(WebContents* web_contents) OVERRIDE;
|
| virtual WebContents* GetWebContents() OVERRIDE;
|
| + virtual Type GetType() OVERRIDE;
|
| + virtual std::string GetTitle() OVERRIDE;
|
| + virtual GURL GetURL() OVERRIDE;
|
| + virtual bool Activate() OVERRIDE;
|
| + virtual bool Close() OVERRIDE;
|
|
|
| private:
|
| friend class DevToolsAgentHost;
|
|
|