| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index 94dc81bec012976e7f18104817f3a5faa2db8d80..57f4d62e5b3273672ae38e49c1d7fd61cdeedd5d 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -10,6 +10,7 @@
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| class ConfirmInfoBarDelegate;
|
| +class HungRendererInfoBarDelegate;
|
| class InsecureContentInfoBarDelegate;
|
| class MediaStreamInfoBarDelegate;
|
| class NativeAppInfoBarDelegate;
|
| @@ -111,6 +112,7 @@ class InfoBarDelegate {
|
|
|
| // Type-checking downcast routines:
|
| virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate();
|
| + virtual HungRendererInfoBarDelegate* AsHungRendererInfoBarDelegate();
|
| virtual InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate();
|
| virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate();
|
| virtual NativeAppInfoBarDelegate* AsNativeAppInfoBarDelegate();
|
|
|