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

Unified Diff: ash/common/system/tray/system_tray_delegate.h

Issue 2252823002: Updates to Ash material design icons used for TrayImageItem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/tray/system_tray_delegate.h
diff --git a/ash/common/system/tray/system_tray_delegate.h b/ash/common/system/tray/system_tray_delegate.h
index 94c98484069efe4fb7c7fce8aa4a42f09e378936..c2fbb7f6fda6730ec9bdcdfd0c19ffccf4cb0f8e 100644
--- a/ash/common/system/tray/system_tray_delegate.h
+++ b/ash/common/system/tray/system_tray_delegate.h
@@ -68,10 +68,12 @@ using BluetoothDeviceList = std::vector<BluetoothDeviceInfo>;
struct ASH_EXPORT UpdateInfo {
enum UpdateSeverity {
tdanderson 2016/08/16 21:18:45 Any suggestions on how we can eliminate the need f
James Cook 2016/08/16 21:48:56 You could create a shared header somewhere in //co
- UPDATE_NORMAL,
- UPDATE_LOW_GREEN,
- UPDATE_HIGH_ORANGE,
- UPDATE_SEVERE_RED,
+ UPDATE_NONE,
+ UPDATE_LOW,
+ UPDATE_ELEVATED,
+ UPDATE_HIGH,
+ UPDATE_SEVERE,
+ UPDATE_CRITICAL,
};
UpdateInfo();

Powered by Google App Engine
This is Rietveld 408576698