| Index: chrome/browser/infobars/infobar_delegate.h
|
| diff --git a/chrome/browser/infobars/infobar_delegate.h b/chrome/browser/infobars/infobar_delegate.h
|
| index 0694f5ea53a2901a3d3a93e9de6ff5a402e953e1..6ac3ef0d1b88489532e7b755cc3ae019982d26b7 100644
|
| --- a/chrome/browser/infobars/infobar_delegate.h
|
| +++ b/chrome/browser/infobars/infobar_delegate.h
|
| @@ -16,6 +16,7 @@ class ExtensionInfoBarDelegate;
|
| class InfoBar;
|
| class InsecureContentInfoBarDelegate;
|
| class MediaStreamInfoBarDelegate;
|
| +class PopupBlockedInfoBarDelegate;
|
| class RegisterProtocolHandlerInfoBarDelegate;
|
| class ScreenCaptureInfoBarDelegate;
|
| class ThemeInstalledInfoBarDelegate;
|
| @@ -95,6 +96,7 @@ class InfoBarDelegate {
|
| virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate();
|
| virtual InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate();
|
| virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate();
|
| + virtual PopupBlockedInfoBarDelegate* AsPopupBlockedInfoBarDelegate();
|
| virtual RegisterProtocolHandlerInfoBarDelegate*
|
| AsRegisterProtocolHandlerInfoBarDelegate();
|
| virtual ScreenCaptureInfoBarDelegate* AsScreenCaptureInfoBarDelegate();
|
|
|