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 7860068fa0cf0790b4ef8b414feb2a3d80656fcc..e15607d323bea5af9a54e0619710fdfa912873b7 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 |
@@ -53,6 +53,11 @@ void PopupBlockedInfoBarDelegate::Create(content::WebContents* web_contents, |
PopupBlockedInfoBarDelegate::~PopupBlockedInfoBarDelegate() { |
} |
+infobars::InfoBarDelegate::InfoBarIdentifier |
+PopupBlockedInfoBarDelegate::GetIdentifier() const { |
+ return POPUP_BLOCKED_INFOBAR_DELEGATE; |
+} |
+ |
int PopupBlockedInfoBarDelegate::GetIconId() const { |
return IDR_BLOCKED_POPUPS; |
} |