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

Unified Diff: chrome/browser/ui/views/infobars/one_click_signin_infobar.cc

Issue 14331002: views: Remove SetHighlightColor usages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/infobar_view.cc ('k') | ui/message_center/views/message_center_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/infobars/one_click_signin_infobar.cc
diff --git a/chrome/browser/ui/views/infobars/one_click_signin_infobar.cc b/chrome/browser/ui/views/infobars/one_click_signin_infobar.cc
index 1752e268808066e52441a6b89d00bea1f5c849a8..e31d6ff8aa221623771aee79cca185bc3ed77b32 100644
--- a/chrome/browser/ui/views/infobars/one_click_signin_infobar.cc
+++ b/chrome/browser/ui/views/infobars/one_click_signin_infobar.cc
@@ -140,6 +140,5 @@ void OneClickSigninInfoBar::ViewHierarchyChanged(bool is_add,
alt_colors.button_background_color,
alt_colors.button_border_color));
ok_button()->SetEnabledColor(alt_colors.button_text_color);
- ok_button()->SetHighlightColor(alt_colors.button_text_color);
ok_button()->SetHoverColor(alt_colors.button_text_color);
}
« no previous file with comments | « chrome/browser/ui/views/infobars/infobar_view.cc ('k') | ui/message_center/views/message_center_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698