diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index 36239bb..b8d6fd81 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h @@ -133,6 +133,7 @@ class CONTENT_EXPORT TabContents virtual RenderViewHost* GetRenderViewHost() const OVERRIDE; virtual RenderWidgetHostView* GetRenderWidgetHostView() const OVERRIDE; virtual TabContentsView* GetView() const OVERRIDE; + virtual WebUI* CreateWebUI(const GURL& url) OVERRIDE; virtual WebUI* GetWebUI() const OVERRIDE; virtual WebUI* GetCommittedWebUI() const OVERRIDE; virtual const string16& GetTitle() const OVERRIDE; |