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

Unified Diff: chrome/browser/ui/views/location_bar/bubble_icon_view.cc

Issue 2375543003: Add SetProminent() to MdTextButton to create blue buttons. (Closed)
Patch Set: Fix nits. Created 4 years, 3 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 | « chrome/browser/ui/views/infobars/confirm_infobar.cc ('k') | chrome/browser/ui/views/tabs/tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/bubble_icon_view.cc
diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.cc b/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
index e2c2f9497366db43e6742bbb9f42d3736442083f..58b4a4dbfcc7bcb944e395ef85f785ce4146d66a 100644
--- a/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
+++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
@@ -188,7 +188,8 @@ void BubbleIconView::UpdateIcon() {
const ui::NativeTheme* theme = GetNativeTheme();
SkColor icon_color =
active_
- ? theme->GetSystemColor(ui::NativeTheme::kColorId_CallToActionColor)
+ ? theme->GetSystemColor(
+ ui::NativeTheme::kColorId_ProminentButtonColor)
: GetInkDropBaseColor();
image_->SetImage(gfx::CreateVectorIcon(
GetVectorIcon(), LocationBarView::kLocationBarIconWidth, icon_color));
« no previous file with comments | « chrome/browser/ui/views/infobars/confirm_infobar.cc ('k') | chrome/browser/ui/views/tabs/tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698