| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index 9342292d3e3b56b90b2bfb6579c20a240e1c6a07..94dc81bec012976e7f18104817f3a5faa2db8d80 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -9,7 +9,6 @@
|
| #include "base/strings/string16.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| -class AutoLoginInfoBarDelegate;
|
| class ConfirmInfoBarDelegate;
|
| class InsecureContentInfoBarDelegate;
|
| class MediaStreamInfoBarDelegate;
|
| @@ -111,7 +110,6 @@ class InfoBarDelegate {
|
| virtual void InfoBarDismissed();
|
|
|
| // Type-checking downcast routines:
|
| - virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate();
|
| virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate();
|
| virtual InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate();
|
| virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate();
|
|
|