summaryrefslogtreecommitdiffstats
path: root/content/browser/web_contents/web_contents_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/web_contents/web_contents_impl.h')
-rw-r--r--content/browser/web_contents/web_contents_impl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 8d55043..b9320ae 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -172,6 +172,7 @@ class CONTENT_EXPORT WebContentsImpl
virtual content::BrowserContext* GetBrowserContext() const OVERRIDE;
virtual content::RenderProcessHost* GetRenderProcessHost() const OVERRIDE;
virtual content::RenderViewHost* GetRenderViewHost() const OVERRIDE;
+ virtual int GetRoutingID() const OVERRIDE;
virtual content::RenderWidgetHostView*
GetRenderWidgetHostView() const OVERRIDE;
virtual content::WebContentsView* GetView() const OVERRIDE;
@@ -264,6 +265,9 @@ class CONTENT_EXPORT WebContentsImpl
virtual content::WebContents* OpenURL(
const content::OpenURLParams& params) OVERRIDE;
+ // Implementation of IPC::Sender.
+ virtual bool Send(IPC::Message* message) OVERRIDE;
+
// RenderViewHostDelegate ----------------------------------------------------
virtual content::RenderViewHostDelegateView* GetDelegateView() OVERRIDE;