| 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 b11bfe740774c6e0084c722615653e0fb4a7ced9..e221119b1bfb8fcac3434682326417be4996d314 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;
|
|
|