| Index: ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.cc b/ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| index de244ff7cee6ce8a8b75890bdaba2bc0741d8fa1..c657d12db294321f3b30140750b79d95e33fc5be 100644
|
| --- a/ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| +++ b/ash/system/chromeos/rotation/tray_rotation_lock.cc
|
| @@ -96,7 +96,9 @@ void RotationLockDefaultView::UpdateImage() {
|
| } // namespace tray
|
|
|
| TrayRotationLock::TrayRotationLock(SystemTray* system_tray)
|
| - : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_AUTO_ROTATION_LOCKED),
|
| + : TrayImageItem(system_tray,
|
| + IDR_AURA_UBER_TRAY_AUTO_ROTATION_LOCKED,
|
| + UMA_ROTATION_LOCK),
|
| observing_rotation_(false),
|
| observing_shell_(true) {
|
| WmShell::Get()->AddShellObserver(this);
|
|
|