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

Unified Diff: ash/system/tray/system_tray_item.h

Issue 2857103007: [Night Light] CL2: Ash and system tray work (Closed)
Patch Set: Update comment Created 3 years, 7 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
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray_item.h
diff --git a/ash/system/tray/system_tray_item.h b/ash/system/tray/system_tray_item.h
index 9b3f5cc4e65cd7b2f59a5a2d4cec36c9e22224a2..41f12b1993d8caa7a044f8b1c3998e4d2184d40b 100644
--- a/ash/system/tray/system_tray_item.h
+++ b/ash/system/tray/system_tray_item.h
@@ -61,7 +61,8 @@ class ASH_EXPORT SystemTrayItem {
UMA_TRACING = 23,
UMA_USER = 24,
UMA_VPN = 25,
- UMA_COUNT = 26,
+ UMA_NIGHT_LIGHT = 26,
+ UMA_COUNT = 27,
};
SystemTrayItem(SystemTray* system_tray, UmaType type);
« no previous file with comments | « ash/system/tray/system_tray.cc ('k') | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698