| Index: ash/common/system/tray/tray_notification_view.cc
|
| diff --git a/ash/common/system/tray/tray_notification_view.cc b/ash/common/system/tray/tray_notification_view.cc
|
| index 13ad6a36f15defb49279119766435b83c0881d39..049d0f8d43022a450a5d9116df9442324820e16d 100644
|
| --- a/ash/common/system/tray/tray_notification_view.cc
|
| +++ b/ash/common/system/tray/tray_notification_view.cc
|
| @@ -30,8 +30,10 @@ gfx::VectorIconId ResourceIdToVectorIconId(int resource_id) {
|
| switch (resource_id) {
|
| case IDR_AURA_UBER_TRAY_ACCESSIBILITY_DARK:
|
| return gfx::VectorIconId::SYSTEM_MENU_ACCESSIBILITY;
|
| +#if defined(OS_CHROMEOS)
|
| case IDR_AURA_UBER_TRAY_SMS:
|
| return gfx::VectorIconId::SYSTEM_MENU_SMS;
|
| +#endif
|
| default:
|
| NOTREACHED();
|
| break;
|
|
|