| Index: chrome/browser/external_tab_container_win.cc
|
| diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc
|
| index 5f77e24968eade090df5712368cecda4ef0ffb13..253c586ed62874733b6324707bd4af2627b331a3 100644
|
| --- a/chrome/browser/external_tab_container_win.cc
|
| +++ b/chrome/browser/external_tab_container_win.cc
|
| @@ -19,6 +19,7 @@
|
| #include "chrome/browser/google/google_util.h"
|
| #include "chrome/browser/history/history_types.h"
|
| #include "chrome/browser/history/history_tab_helper.h"
|
| +#include "chrome/browser/infobars/infobar_tab_helper.h"
|
| #include "chrome/browser/page_info_window.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/app_modal_dialogs/message_box_handler.h"
|
| @@ -193,7 +194,7 @@ bool ExternalTabContainer::Init(Profile* profile,
|
| }
|
|
|
| if (!infobars_enabled)
|
| - tab_contents_->set_infobars_enabled(false);
|
| + tab_contents_->infobar_tab_helper()->set_infobars_enabled(false);
|
|
|
| tab_contents_->tab_contents()->set_delegate(this);
|
|
|
|
|