Index: chrome/browser/tab_contents/background_contents.cc |
diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc |
index 6bad66f904357fcf55862203439ed2aac797500b..61db9d5e119fcf03aedaf50deb63e191a8239cc3 100644 |
--- a/chrome/browser/tab_contents/background_contents.cc |
+++ b/chrome/browser/tab_contents/background_contents.cc |
@@ -74,10 +74,6 @@ ViewType::Type BackgroundContents::GetRenderViewType() const { |
return ViewType::BACKGROUND_CONTENTS; |
} |
-int BackgroundContents::GetBrowserWindowID() const { |
- return extension_misc::kUnknownWindowId; |
-} |
- |
void BackgroundContents::DidNavigate( |
RenderViewHost* render_view_host, |
const ViewHostMsg_FrameNavigate_Params& params) { |