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

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: replace amber with yellow700 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
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..66b5d26ceaaab825b0a72dc4d23298d6851214e4 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::kGoogleYellow700);
#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;
« no previous file with comments | « no previous file | chrome/browser/ui/autofill/autofill_dialog_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698