| Index: ash/common/system/chromeos/tray_caps_lock.cc
|
| diff --git a/ash/common/system/chromeos/tray_caps_lock.cc b/ash/common/system/chromeos/tray_caps_lock.cc
|
| index bed9111ff215c18704c14d69e7ea066add66c28e..d7432cda66758036da25e4175355a110a16489ba 100644
|
| --- a/ash/common/system/chromeos/tray_caps_lock.cc
|
| +++ b/ash/common/system/chromeos/tray_caps_lock.cc
|
| @@ -172,7 +172,7 @@ void TrayCapsLock::OnCapsLockChanged(bool enabled) {
|
| if (!message_shown_) {
|
| WmShell::Get()->RecordUserMetricsAction(
|
| UMA_STATUS_AREA_CAPS_LOCK_POPUP);
|
| - PopupDetailedView(kTrayPopupAutoCloseDelayForTextInSeconds, false);
|
| + ShowDetailedView(kTrayPopupAutoCloseDelayForTextInSeconds, false);
|
| message_shown_ = true;
|
| }
|
| } else if (detailed_) {
|
|
|