| Index: chrome/browser/ui/views/profiles/user_manager_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| index 5b65703b32d770dd5a4f5d91efce63d3711b0c4b..d781fb5c7b089f31e6803fa7d0d6aad1aa1e0a02 100644
|
| --- a/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/user_manager_view.cc
|
| @@ -50,7 +50,7 @@ void UserManager::Show(
|
| profiles::UserManagerProfileSelected profile_open_action) {
|
| DCHECK(profile_path_to_focus != ProfileManager::GetGuestProfilePath());
|
|
|
| - ProfileMetrics::LogProfileSwitchUser(ProfileMetrics::OPEN_USER_MANAGER);
|
| + ProfileMetrics::LogProfileOpenMethod(ProfileMetrics::OPEN_USER_MANAGER);
|
| if (instance_) {
|
| // If we are showing the User Manager after locking a profile, change the
|
| // active profile to Guest.
|
|
|