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

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

Issue 2162153002: Added Ash.SystemMenu.DefaultView.VisibleItems histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed ash_unittests compile errors. Created 4 years, 5 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 c215b6ace3938cffacd873a1a20b7b42d5d9382f..1376170b9e42b7f4337b7f2846e4d4d9b1acb039 100644
--- a/ash/common/system/chromeos/tray_caps_lock.cc
+++ b/ash/common/system/chromeos/tray_caps_lock.cc
@@ -134,7 +134,7 @@ class CapsLockDefaultView : public ActionableView {
};
TrayCapsLock::TrayCapsLock(SystemTray* system_tray)
- : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_CAPS_LOCK),
+ : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_CAPS_LOCK, CAPS_LOCK),
default_(NULL),
detailed_(NULL),
caps_lock_enabled_(CapsLockIsEnabled()),

Powered by Google App Engine
This is Rietveld 408576698