| Index: chrome/browser/ui/startup/default_browser_prompt.cc
|
| diff --git a/chrome/browser/ui/startup/default_browser_prompt.cc b/chrome/browser/ui/startup/default_browser_prompt.cc
|
| index 22b3341cc70b2b33f0c9d66dbfc5502e02353684..c9a8dfd1f1e65b30ab60eb29fc0cac3a483c8b0b 100644
|
| --- a/chrome/browser/ui/startup/default_browser_prompt.cc
|
| +++ b/chrome/browser/ui/startup/default_browser_prompt.cc
|
| @@ -225,7 +225,7 @@ void NotifyNotDefaultBrowserCallback() {
|
|
|
| // 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;
|
|
|
| bool interactive_flow = ShellIntegration::CanSetAsDefaultBrowser() ==
|
|
|