| Index: chrome/browser/profiles/profile_metrics.cc
|
| diff --git a/chrome/browser/profiles/profile_metrics.cc b/chrome/browser/profiles/profile_metrics.cc
|
| index 916036cb670142298cc73a35ec5fed1a9b9cd532..2cf25351fb672b5e9995a46713efbba3bf285e8a 100644
|
| --- a/chrome/browser/profiles/profile_metrics.cc
|
| +++ b/chrome/browser/profiles/profile_metrics.cc
|
| @@ -50,7 +50,7 @@ ProfileOpenState GetProfileOpenState(
|
| if (!profile_switched_to)
|
| return PROFILE_UNOPENED;
|
|
|
| - if (chrome::GetTotalBrowserCountForProfile(profile_switched_to) > 0)
|
| + if (chrome::GetBrowserCount(profile_switched_to) > 0)
|
| return PROFILE_OPENED;
|
|
|
| return PROFILE_OPENED_NO_BROWSER;
|
|
|