Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Unified Diff: ash/common/system/chromeos/tray_caps_lock.cc

Issue 2761313003: Update appearance of Wi-Fi toggle notification. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..7facafc8ddf30cfaace7f19a02c509e852c7f0cf 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);
+ PopUpDetailedView(kTrayPopupAutoCloseDelayForTextInSeconds, false);
message_shown_ = true;
}
} else if (detailed_) {

Powered by Google App Engine
This is Rietveld 408576698