Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index 636e5f35d74689f339e7c8d9881a55763c1e2966..1d64851113454db154df20a5ae9f5f8d47b6578c 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -626,7 +626,6 @@ class TabContents : public PageNavigator, |
GetRendererManagementDelegate(); |
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, |