| Index: chrome/browser/ui/startup/autolaunch_prompt_win.cc
|
| diff --git a/chrome/browser/ui/startup/autolaunch_prompt_win.cc b/chrome/browser/ui/startup/autolaunch_prompt_win.cc
|
| index c37ae8bc97cf3531e6d3833dc9e3f6274c3456dd..c39750dfeb50b9f4bf77ea3857199095eeda8ac7 100644
|
| --- a/chrome/browser/ui/startup/autolaunch_prompt_win.cc
|
| +++ b/chrome/browser/ui/startup/autolaunch_prompt_win.cc
|
| @@ -158,7 +158,7 @@ void CheckAutoLaunchCallback(Profile* profile) {
|
|
|
| // Don't show the info-bar if there are already info-bars showing.
|
| InfoBarTabHelper* infobar_helper = tab->infobar_tab_helper();
|
| - if (infobar_helper->infobar_count() > 0)
|
| + if (infobar_helper->GetInfoBarCount() > 0)
|
| return;
|
|
|
| infobar_helper->AddInfoBar(
|
|
|