| Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
|
| index a4ec2e9c72d2fc8f097fac06831c3708ca6159db..5ee01bba8d389000074a1a854470ece23ce992b5 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
|
| @@ -173,7 +173,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 there's a user manager window open already, just activate it.
|
| [instance_->window_controller() show];
|
|
|