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

Unified Diff: ash/common/system/tray/tray_notification_view.cc

Issue 2138583002: Use output_all_resource_defines=false in most grd files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert ui_resources.grd for now Created 4 years, 5 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/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;

Powered by Google App Engine
This is Rietveld 408576698