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 861a6a573e86e1cc43f99c334e72bf9cf47458f2..b9f055d692093dbeeaa58257761d057d4e508c77 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -444,8 +444,7 @@ class TabContents : public PageNavigator, |
bool success, |
const string16& user_input) OVERRIDE; |
virtual gfx::NativeWindow GetDialogRootWindow() OVERRIDE; |
- virtual TabContents* AsTabContents() OVERRIDE; |
- virtual ExtensionHost* AsExtensionHost() OVERRIDE; |
+ virtual void OnDialogShown() OVERRIDE; |
// The BookmarkDragDelegate is used to forward bookmark drag and drop events |
// to extensions. |