Index: chrome/browser/tab_contents/background_contents.h |
diff --git a/chrome/browser/tab_contents/background_contents.h b/chrome/browser/tab_contents/background_contents.h |
index 84349dd6f6c4cf08f41d6c67e0e20cb92e64ac2a..65526327b82eeed4bceb1020fc608d6eab290734 100644 |
--- a/chrome/browser/tab_contents/background_contents.h |
+++ b/chrome/browser/tab_contents/background_contents.h |
@@ -129,8 +129,6 @@ class BackgroundContents : public RenderViewHostDelegate, |
bool success, |
const string16& user_input) OVERRIDE; |
virtual gfx::NativeWindow GetDialogRootWindow() OVERRIDE; |
- virtual TabContents* AsTabContents() OVERRIDE; |
- virtual ExtensionHost* AsExtensionHost() OVERRIDE; |
virtual void UpdateInspectorSetting(const std::string& key, |
const std::string& value); |