Commit d69572c0 authored by noms's avatar noms Committed by Commit bot

[Mac] Track when the User Manager is opened.

Windows does this, Mac doesn't. ¯\(°_o)/¯

BUG=NONE

Review URL: https://codereview.chromium.org/590133003

Cr-Commit-Position: refs/heads/master@{#295977}
parent d9ab6775
...@@ -179,6 +179,7 @@ UserManagerMac::~UserManagerMac() { ...@@ -179,6 +179,7 @@ UserManagerMac::~UserManagerMac() {
// static // static
void UserManagerMac::Show(const base::FilePath& profile_path_to_focus, void UserManagerMac::Show(const base::FilePath& profile_path_to_focus,
profiles::UserManagerTutorialMode tutorial_mode) { profiles::UserManagerTutorialMode tutorial_mode) {
ProfileMetrics::LogProfileSwitchUser(ProfileMetrics::OPEN_USER_MANAGER);
if (instance_) { if (instance_) {
// If there's a user manager window open already, just activate it. // If there's a user manager window open already, just activate it.
[instance_->window_controller_ show]; [instance_->window_controller_ show];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment