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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm

Issue 2002293002: Use vector icon for Ash shelf launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove include Created 4 years, 7 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/cocoa/location_bar/location_bar_view_mac.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
index 3059f4b70121d321b3e38349c94376fd23cfec02..303275f1fb7a27d9b2a3796944f9f97a1cbf87c4 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
@@ -676,7 +676,7 @@ NSImage* LocationBarViewMac::GetKeywordImage(const base::string16& keyword) {
SkColor icon_color = IsLocationBarDark() ? kMaterialDarkVectorIconColor
: gfx::kGoogleBlue700;
return NSImageFromImageSkiaWithColorSpace(
- gfx::CreateVectorIcon(gfx::VectorIconId::OMNIBOX_SEARCH,
+ gfx::CreateVectorIcon(gfx::VectorIconId::SEARCH,
kDefaultIconSize, icon_color),
base::mac::GetSRGBColorSpace());
}

Powered by Google App Engine
This is Rietveld 408576698