| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index ec6cd82b20cf8de40a7c5e7cc7959668e39cd7da..4c1e23416aed0e8c5949c2f4f9f5b9eefa320793 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -14,6 +14,7 @@ class ConfirmInfoBarDelegate;
|
| class InsecureContentInfoBarDelegate;
|
| class MediaStreamInfoBarDelegate;
|
| class NativeAppInfoBarDelegate;
|
| +class PermissionInfobarDelegate;
|
| class PopupBlockedInfoBarDelegate;
|
| class RegisterProtocolHandlerInfoBarDelegate;
|
| class ScreenCaptureInfoBarDelegate;
|
| @@ -114,6 +115,7 @@ class InfoBarDelegate {
|
| virtual InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate();
|
| virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate();
|
| virtual NativeAppInfoBarDelegate* AsNativeAppInfoBarDelegate();
|
| + virtual PermissionInfobarDelegate* AsPermissionInfobarDelegate();
|
| virtual PopupBlockedInfoBarDelegate* AsPopupBlockedInfoBarDelegate();
|
| virtual RegisterProtocolHandlerInfoBarDelegate*
|
| AsRegisterProtocolHandlerInfoBarDelegate();
|
|
|