summaryrefslogtreecommitdiffstats
path: root/components/infobars/core/infobar_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/infobars/core/infobar_delegate.cc')
-rw-r--r--components/infobars/core/infobar_delegate.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc
index 37fbdf7..d9f7655 100644
--- a/components/infobars/core/infobar_delegate.cc
+++ b/components/infobars/core/infobar_delegate.cc
@@ -68,6 +68,10 @@ NativeAppInfoBarDelegate* InfoBarDelegate::AsNativeAppInfoBarDelegate() {
return nullptr;
}
+PermissionInfobarDelegate* InfoBarDelegate::AsPermissionInfobarDelegate() {
+ return nullptr;
+}
+
PopupBlockedInfoBarDelegate* InfoBarDelegate::AsPopupBlockedInfoBarDelegate() {
return nullptr;
}