| Index: chrome/browser/infobars/infobar_service.h
|
| diff --git a/chrome/browser/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h
|
| index 985b7c0a4dbc1dc49750fec14dcda08b837188b9..b766f16677d6fc113f9f3c802d6d5205fd97613f 100644
|
| --- a/chrome/browser/infobars/infobar_service.h
|
| +++ b/chrome/browser/infobars/infobar_service.h
|
| @@ -57,6 +57,8 @@ class InfoBarService : public infobars::InfoBarManager,
|
| // removed. See http://crbug.com/354380
|
| void NotifyInfoBarAdded(infobars::InfoBar* infobar) override;
|
| void NotifyInfoBarRemoved(infobars::InfoBar* infobar, bool animate) override;
|
| + scoped_ptr<infobars::InfoBar> CreateConfirmInfoBar(
|
| + scoped_ptr<ConfirmInfoBarDelegate> delegate) override;
|
|
|
| // content::WebContentsObserver:
|
| void RenderProcessGone(base::TerminationStatus status) override;
|
|
|