Index: chrome/browser/tab_contents/tab_contents.h |
diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h |
index 3feaaf361d092f13b51e0680bf7c71e07f9b0087..22a51c500a10c77da0e2baf0febcc5a6e75111bc 100644 |
--- a/chrome/browser/tab_contents/tab_contents.h |
+++ b/chrome/browser/tab_contents/tab_contents.h |
@@ -806,6 +806,8 @@ class TabContents : public PageNavigator, |
virtual RenderViewHostDelegate::FavIcon* GetFavIconDelegate(); |
virtual RenderViewHostDelegate::Autofill* GetAutofillDelegate(); |
virtual TabContents* GetAsTabContents(); |
+ virtual ViewType::Type GetRenderViewType() const; |
+ virtual int GetBrowserWindowID() const; |
virtual void RenderViewCreated(RenderViewHost* render_view_host); |
virtual void RenderViewReady(RenderViewHost* render_view_host); |
virtual void RenderViewGone(RenderViewHost* render_view_host); |