Chromium Code Reviews

Unified Diff: chrome/browser/autofill/autofill_cc_infobar_win.cc

Issue 3058011: Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/autofill/autofill_cc_infobar_win.cc
===================================================================
--- chrome/browser/autofill/autofill_cc_infobar_win.cc (revision 53742)
+++ chrome/browser/autofill/autofill_cc_infobar_win.cc (working copy)
@@ -173,7 +173,6 @@
text_button->SetHighlightColor(SK_ColorBLACK);
text_button->SetHoverColor(SK_ColorBLACK);
text_button->SetNormalHasBorder(true);
- text_button->SetShowHighlighted(true);
// Set font then text, then size button to fit text.
text_button->SetFont(ResourceBundle::GetSharedInstance().GetFont(
« no previous file with comments | « no previous file | chrome/browser/chromeos/status/clock_menu_button.cc » ('j') | views/controls/button/text_button.h » ('J')

Powered by Google App Engine