| Index: chrome/browser/tab_contents/confirm_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/confirm_infobar_delegate.h (revision 89836)
|
| +++ chrome/browser/tab_contents/confirm_infobar_delegate.h (working copy)
|
| @@ -59,6 +59,9 @@
|
| explicit ConfirmInfoBarDelegate(TabContents* contents);
|
| virtual ~ConfirmInfoBarDelegate();
|
|
|
| + virtual bool ShouldExpire(
|
| + const content::LoadCommittedDetails& details) const OVERRIDE;
|
| +
|
| private:
|
| // InfoBarDelegate:
|
| virtual InfoBar* CreateInfoBar(TabContentsWrapper* owner) OVERRIDE;
|
|
|