Index: chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc |
diff --git a/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc b/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc |
index d4446ce700499d62e4fa36216d18351269e18c9b..f4ab54c441fa31c3dd991db129d3cd909a2e0d92 100644 |
--- a/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc |
+++ b/chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc |
@@ -52,6 +52,11 @@ void PopupBlockedInfoBarDelegate::Create(content::WebContents* web_contents, |
PopupBlockedInfoBarDelegate::~PopupBlockedInfoBarDelegate() { |
} |
+infobars::InfoBarDelegate::InfoBarIdentifier |
+PopupBlockedInfoBarDelegate::GetIdentifier() const { |
+ return POPUP_BLOCKED_INFOBAR_DELEGATE_ID; |
+} |
+ |
int PopupBlockedInfoBarDelegate::GetIconId() const { |
return IDR_BLOCKED_POPUPS; |
} |