| 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 f6a16a8a49257fbda4c8ba0e88e987c5fa33a18c..687d460113df39844cffdf1cb794b94049722d57 100644
|
| --- a/ash/common/system/tray/tray_notification_view.cc
|
| +++ b/ash/common/system/tray/tray_notification_view.cc
|
| @@ -29,8 +29,6 @@ const gfx::VectorIcon& ResourceIdToVectorIcon(int resource_id) {
|
| switch (resource_id) {
|
| case IDR_AURA_UBER_TRAY_ACCESSIBILITY_DARK:
|
| return kSystemMenuAccessibilityIcon;
|
| - case IDR_AURA_UBER_TRAY_SMS:
|
| - return kSystemMenuSmsIcon;
|
| default:
|
| NOTREACHED();
|
| break;
|
|
|