| Index: ash/accelerators/accelerator_controller.cc
|
| diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
|
| index e0e6338c94da2d3d8ca44c7b5e990cbd9735aefe..db115509a82df6b682952d7beb80b19c95b9b115 100644
|
| --- a/ash/accelerators/accelerator_controller.cc
|
| +++ b/ash/accelerators/accelerator_controller.cc
|
| @@ -24,6 +24,7 @@
|
| #include "ash/launcher/launcher_model.h"
|
| #include "ash/magnifier/magnification_controller.h"
|
| #include "ash/magnifier/partial_magnification_controller.h"
|
| +#include "ash/multi_profile_uma.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/rotator/screen_rotation.h"
|
| #include "ash/screenshot_delegate.h"
|
| @@ -197,6 +198,7 @@ bool SwitchToNextUser() {
|
| ash::Shell::GetInstance()->session_state_delegate();
|
| if (delegate->NumberOfLoggedInUsers() <= 1)
|
| return false;
|
| + MultiProfileUMA::RecordSwitchUserFromAccelerator();
|
| delegate->SwitchActiveUserToNext();
|
| return true;
|
| }
|
|
|