| Index: chrome/browser/ui/views/external_tab_container_win.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/external_tab_container_win.cc (revision 195254)
|
| +++ chrome/browser/ui/views/external_tab_container_win.cc (working copy)
|
| @@ -263,7 +263,7 @@
|
| if (!infobars_enabled) {
|
| InfoBarService* infobar_service =
|
| InfoBarService::FromWebContents(existing_contents);
|
| - infobar_service->SetInfoBarsEnabled(false);
|
| + infobar_service->set_infobars_enabled(false);
|
| }
|
|
|
| // Start loading initial URL
|
|
|