Index: components/infobars/core/infobar_delegate.cc |
diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc |
index d0dc659ca5ddad445ae11a1ef00ccc1bd5f7b2f0..9651dd3eed3004907c33c27d80bb0dc245a7609b 100644 |
--- a/components/infobars/core/infobar_delegate.cc |
+++ b/components/infobars/core/infobar_delegate.cc |
@@ -86,6 +86,10 @@ ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() { |
return nullptr; |
} |
+HungRendererInfoBarDelegate* InfoBarDelegate::AsHungRendererInfoBarDelegate() { |
+ return nullptr; |
+} |
+ |
InsecureContentInfoBarDelegate* |
InfoBarDelegate::AsInsecureContentInfoBarDelegate() { |
return nullptr; |