diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 21:29:06 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-27 21:29:06 +0000 |
commit | 65ecd5bdf29b107913436eafb2a7c32684ccedbc (patch) | |
tree | beaf7a3e603fca4e5030d6cd62e3903de6b52a88 /chrome/browser/autofill | |
parent | d070ec638d42d355dbf11fd8c1d65d80452b37b3 (diff) | |
download | chromium_src-65ecd5bdf29b107913436eafb2a7c32684ccedbc.zip chromium_src-65ecd5bdf29b107913436eafb2a7c32684ccedbc.tar.gz chromium_src-65ecd5bdf29b107913436eafb2a7c32684ccedbc.tar.bz2 |
Add "pushed" as a state a TextButton can show (alongside "normal" and "hover").
BUG=50107
TEST=none
Review URL: http://codereview.chromium.org/3058011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/autofill_cc_infobar_win.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_cc_infobar_win.cc b/chrome/browser/autofill/autofill_cc_infobar_win.cc index f96e759..b488a4c 100644 --- a/chrome/browser/autofill/autofill_cc_infobar_win.cc +++ b/chrome/browser/autofill/autofill_cc_infobar_win.cc @@ -173,7 +173,6 @@ views::TextButton* SaveCCInfoConfirmInfoBar::CreateTextButton( 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( |