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

Unified Diff: chrome/browser/upgrade_detector.cc

Issue 2138103002: Change upgrade menu icon to use circle instead of round-rect & ensure the arrow is white (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use browser tools update icon for the upgrade menu 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
« no previous file with comments | « no previous file | ui/gfx/vector_icons/upgrade_menu_item.icon » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/upgrade_detector.cc
diff --git a/chrome/browser/upgrade_detector.cc b/chrome/browser/upgrade_detector.cc
index f15bfbc50f00f65c1d78e7bd3b9c2a02255ebb4b..4e940089eabf3262cf108f92b4ab57c529269f9e 100644
--- a/chrome/browser/upgrade_detector.cc
+++ b/chrome/browser/upgrade_detector.cc
@@ -59,7 +59,7 @@ gfx::Image UpgradeDetector::GetIcon() {
DCHECK_NE(gfx::kPlaceholderColor, color);
return gfx::Image(
- gfx::CreateVectorIcon(gfx::VectorIconId::UPGRADE_MENU_ITEM, 16, color));
+ gfx::CreateVectorIcon(gfx::VectorIconId::BROWSER_TOOLS_UPDATE, color));
}
UpgradeDetector::UpgradeDetector()
« no previous file with comments | « no previous file | ui/gfx/vector_icons/upgrade_menu_item.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698