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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm

Issue 2028593003: [Mac][Material Design] Restore bookmark icons to default favicon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
index 6738897b58240ad4739a9597436f5ef6ebd96e99..07a92fa91475bf0f80eb74b31fe9fc2b8ca640e3 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm
@@ -318,11 +318,11 @@ CGFloat BookmarkRightMargin() {
const int kIconSize = 16;
defaultImage_.reset([NSImageFromImageSkia(
- gfx::CreateVectorIcon(gfx::VectorIconId::LOCATION_BAR_HTTP,
+ gfx::CreateVectorIcon(gfx::VectorIconId::OMNIBOX_HTTP,
kIconSize,
gfx::kChromeIconGrey)) retain]);
defaultImageIncognito_.reset([NSImageFromImageSkia(
- gfx::CreateVectorIcon(gfx::VectorIconId::LOCATION_BAR_HTTP,
+ gfx::CreateVectorIcon(gfx::VectorIconId::OMNIBOX_HTTP,
kIconSize,
SkColorSetA(SK_ColorWHITE, 0xCC))) retain]);
} else {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698