Chromium Code Reviews| 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(); |