Index: chrome/browser/api/infobars/infobar_delegate.cc |
diff --git a/chrome/browser/api/infobars/infobar_delegate.cc b/chrome/browser/api/infobars/infobar_delegate.cc |
index 16a63f769645b847c2f7ee52759485e5024f8a43..c0bf61d0fb40fc50716459249116dc23eb7159c1 100644 |
--- a/chrome/browser/api/infobars/infobar_delegate.cc |
+++ b/chrome/browser/api/infobars/infobar_delegate.cc |
@@ -47,10 +47,6 @@ InfoBarDelegate::Type InfoBarDelegate::GetInfoBarType() const { |
return WARNING_TYPE; |
} |
-AlternateNavInfoBarDelegate* InfoBarDelegate::AsAlternateNavInfoBarDelegate() { |
- return NULL; |
-} |
- |
AutoLoginInfoBarDelegate* InfoBarDelegate::AsAutoLoginInfoBarDelegate() { |
return NULL; |
} |