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

Unified Diff: chrome/browser/ui/global_error/global_error.cc

Issue 2166853002: Reverse error and warning icons on app menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/browser/ui/global_error/global_error.cc
diff --git a/chrome/browser/ui/global_error/global_error.cc b/chrome/browser/ui/global_error/global_error.cc
index 87645c41835e7c1e47c888cba51f897b9e47c6d3..601513d7981e1f2b41ebdfc11d0fe9524d125667 100644
--- a/chrome/browser/ui/global_error/global_error.cc
+++ b/chrome/browser/ui/global_error/global_error.cc
@@ -30,8 +30,8 @@ gfx::Image GlobalError::MenuItemIcon() {
return ResourceBundle::GetSharedInstance().GetNativeImageNamed(
IDR_INPUT_ALERT_MENU);
#else
- return gfx::Image(gfx::CreateVectorIcon(gfx::VectorIconId::WARNING, 18,
- gfx::kGoogleYellow700));
+ return gfx::Image(gfx::CreateVectorIcon(
+ gfx::VectorIconId::BROWSER_TOOLS_ERROR, gfx::kGoogleYellow700));
#endif
}
« no previous file with comments | « no previous file | ui/gfx/vector_icons/browser_tools_error.icon » ('j') | ui/gfx/vector_icons/browser_tools_error.icon » ('J')

Powered by Google App Engine
This is Rietveld 408576698