| Index: chrome/browser/infobars/infobar_service.h
|
| diff --git a/chrome/browser/infobars/infobar_service.h b/chrome/browser/infobars/infobar_service.h
|
| index dc4ceb36a935e0e7ba5ae77503520ad20f54fced..36732be4409d2f29de14b1ceb53fc378811a8bd1 100644
|
| --- a/chrome/browser/infobars/infobar_service.h
|
| +++ b/chrome/browser/infobars/infobar_service.h
|
| @@ -11,6 +11,7 @@
|
| #include "components/infobars/core/infobar_manager.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
| +#include "ui/base/window_open_disposition.h"
|
|
|
| namespace content {
|
| struct LoadCommittedDetails;
|
| @@ -50,6 +51,7 @@ class InfoBarService : public infobars::InfoBarManager,
|
| // and turn the method override private.
|
| scoped_ptr<infobars::InfoBar> CreateConfirmInfoBar(
|
| scoped_ptr<ConfirmInfoBarDelegate> delegate) override;
|
| + void OpenURL(const GURL& url, WindowOpenDisposition disposition) override;
|
|
|
| private:
|
| friend class content::WebContentsUserData<InfoBarService>;
|
|
|