summaryrefslogtreecommitdiffstats
path: root/chrome/browser/infobars/infobar_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/infobars/infobar_delegate.cc')
-rw-r--r--chrome/browser/infobars/infobar_delegate.cc14
1 files changed, 5 insertions, 9 deletions
diff --git a/chrome/browser/infobars/infobar_delegate.cc b/chrome/browser/infobars/infobar_delegate.cc
index 58f4501..fc46d3f 100644
--- a/chrome/browser/infobars/infobar_delegate.cc
+++ b/chrome/browser/infobars/infobar_delegate.cc
@@ -19,6 +19,11 @@ using content::NavigationEntry;
InfoBarDelegate::~InfoBarDelegate() {
}
+InfoBarDelegate::InfoBarAutomationType
+ InfoBarDelegate::GetInfoBarAutomationType() const {
+ return UNKNOWN_INFOBAR;
+}
+
bool InfoBarDelegate::EqualsDelegate(InfoBarDelegate* delegate) const {
return false;
}
@@ -67,15 +72,6 @@ MediaStreamInfoBarDelegate* InfoBarDelegate::AsMediaStreamInfobarDelegate() {
return NULL;
}
-OneClickLoginInfoBarDelegate*
- InfoBarDelegate::AsOneClickLoginInfoBarDelegate() {
- return NULL;
-}
-
-SavePasswordInfoBarDelegate* InfoBarDelegate::AsSavePasswordInfoBarDelegate() {
- return NULL;
-}
-
RegisterProtocolHandlerInfoBarDelegate*
InfoBarDelegate::AsRegisterProtocolHandlerInfoBarDelegate() {
return NULL;