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

Unified Diff: chrome/browser/download/notification/download_item_notification.cc

Issue 1393163002: Update app menu button MD colors for the notification case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: chrome/browser/download/notification/download_item_notification.cc
diff --git a/chrome/browser/download/notification/download_item_notification.cc b/chrome/browser/download/notification/download_item_notification.cc
index d3031563dfee7178418254ee9ccbe8eabf6258a6..214798edced243fa4c1b6aeece17612f7d5d9945 100644
--- a/chrome/browser/download/notification/download_item_notification.cc
+++ b/chrome/browser/download/notification/download_item_notification.cc
@@ -497,7 +497,7 @@ void DownloadItemNotification::UpdateNotificationIcon() {
#else
SetNotificationVectorIcon(
gfx::VectorIconId::WARNING,
- model.MightBeMalicious() ? gfx::kErrorRed : gfx::kAmber);
+ model.MightBeMalicious() ? gfx::kGoogleRed700 : gfx::kAmber);
#endif
return;
}
@@ -525,7 +525,7 @@ void DownloadItemNotification::UpdateNotificationIcon() {
SetNotificationIcon(IDR_DOWNLOAD_NOTIFICATION_ERROR);
#else
SetNotificationVectorIcon(gfx::VectorIconId::ERROR_CIRCLE,
- gfx::kErrorRed);
+ gfx::kGoogleRed700);
#endif
break;

Powered by Google App Engine
This is Rietveld 408576698