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 6fe251856324b4e1ad2476e3e3ed6bb9c1f2c767..6b92167218df3b5c8cc833b5e77e8000be1c1640 100644 |
--- a/chrome/browser/ui/startup/default_browser_prompt.cc |
+++ b/chrome/browser/ui/startup/default_browser_prompt.cc |
@@ -222,7 +222,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() == |