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

Unified Diff: chrome/browser/ui/views/infobars/infobar_view.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 | « no previous file | chrome/browser/ui/views/infobars/one_click_signin_infobar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/infobars/infobar_view.cc
diff --git a/chrome/browser/ui/views/infobars/infobar_view.cc b/chrome/browser/ui/views/infobars/infobar_view.cc
index 52fd66b788ccfa86fd5c360374e71d668458466d..d00e5f915d0609c25f4ba80ea52959e36bf35dcf 100644
--- a/chrome/browser/ui/views/infobars/infobar_view.cc
+++ b/chrome/browser/ui/views/infobars/infobar_view.cc
@@ -107,7 +107,6 @@ views::MenuButton* InfoBarView::CreateMenuButton(
menu_button->set_menu_marker(
rb.GetImageNamed(IDR_INFOBARBUTTON_MENU_DROPARROW).ToImageSkia());
menu_button->SetEnabledColor(SK_ColorBLACK);
- menu_button->SetHighlightColor(SK_ColorBLACK);
menu_button->SetHoverColor(SK_ColorBLACK);
menu_button->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont));
menu_button->set_focusable(true);
@@ -123,7 +122,6 @@ views::TextButton* InfoBarView::CreateTextButton(
text_button->set_border(new InfoBarButtonBorder);
text_button->set_animate_on_state_change(false);
text_button->SetEnabledColor(SK_ColorBLACK);
- text_button->SetHighlightColor(SK_ColorBLACK);
text_button->SetHoverColor(SK_ColorBLACK);
ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance();
text_button->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont));
« no previous file with comments | « no previous file | chrome/browser/ui/views/infobars/one_click_signin_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698