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

Unified Diff: chrome/browser/ui/views/tabs/tab.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
Index: chrome/browser/ui/views/tabs/tab.cc
diff --git a/chrome/browser/ui/views/tabs/tab.cc b/chrome/browser/ui/views/tabs/tab.cc
index a8593af29456e7b235ed2fcd6f99ed393716174e..bd5eaeeacadd41249287c8528a2bbb334455b446 100644
--- a/chrome/browser/ui/views/tabs/tab.cc
+++ b/chrome/browser/ui/views/tabs/tab.cc
@@ -1546,7 +1546,7 @@ void Tab::PaintPinnedTabTitleChangedIndicatorAndIcon(
const int kIndicatorRadius = 3;
SkPaint indicator_paint;
indicator_paint.setColor(GetNativeTheme()->GetSystemColor(
- ui::NativeTheme::kColorId_CallToActionColor));
+ ui::NativeTheme::kColorId_ProminentButtonColor));
indicator_paint.setAntiAlias(true);
const int indicator_x = GetMirroredXWithWidthInView(
favicon_bounds_.right() - kIndicatorRadius, kIndicatorRadius * 2);
« no previous file with comments | « chrome/browser/ui/views/location_bar/bubble_icon_view.cc ('k') | ui/app_list/views/search_result_actions_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698