Index: chrome/browser/api/infobars/infobar_delegate.h |
diff --git a/chrome/browser/api/infobars/infobar_delegate.h b/chrome/browser/api/infobars/infobar_delegate.h |
index f0d540b616b34088cae67242628b95e8c4f8d8e8..b18f096f31121b975517b88085b3447ccbaf4e15 100644 |
--- a/chrome/browser/api/infobars/infobar_delegate.h |
+++ b/chrome/browser/api/infobars/infobar_delegate.h |
@@ -93,7 +93,6 @@ class InfoBarDelegate { |
virtual Type GetInfoBarType() const; |
// Type-checking downcast routines: |
- virtual AlternateNavInfoBarDelegate* AsAlternateNavInfoBarDelegate(); |
virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate(); |
virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate(); |
virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate(); |