| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index 75225e53d36580f0e13fd38622d94484b769392b..7328d618d8f38416fa15fcb40ca59823fda50b9e 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/strings/string16.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| +class AccountChooserInfoBarDelegateAndroid;
|
| class AutoLoginInfoBarDelegate;
|
| class ConfirmInfoBarDelegate;
|
| class ExtensionInfoBarDelegate;
|
| @@ -105,6 +106,8 @@ class InfoBarDelegate {
|
| virtual Type GetInfoBarType() const;
|
|
|
| // Type-checking downcast routines:
|
| + virtual AccountChooserInfoBarDelegateAndroid*
|
| + AsAccountChooserInfoBarDelegateAndroid();
|
| virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate();
|
| virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate();
|
| virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate();
|
|
|