Chromium Code Reviews| Index: components/infobars/core/infobar_delegate.cc |
| diff --git a/components/infobars/core/infobar_delegate.cc b/components/infobars/core/infobar_delegate.cc |
| index 438924064ca61e401595dd5b911be02631780f34..2b6e19ebddf4654f584cf1e61a9216c2f0ca229c 100644 |
| --- a/components/infobars/core/infobar_delegate.cc |
| +++ b/components/infobars/core/infobar_delegate.cc |
| @@ -58,6 +58,10 @@ ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() { |
| return nullptr; |
| } |
| +HungRendererInfoBarDelegate* InfoBarDelegate::AsHungRendererInfoBarDelegate() { |
| + return nullptr; |
| +} |
| + |
| InsecureContentInfoBarDelegate* |
| InfoBarDelegate::AsInsecureContentInfoBarDelegate() { |
| return nullptr; |