| Index: chrome/browser/ui/views/passwords/account_chooser_dialog_view.cc
|
| diff --git a/chrome/browser/ui/views/passwords/account_chooser_dialog_view.cc b/chrome/browser/ui/views/passwords/account_chooser_dialog_view.cc
|
| index c601beb03a9c5059e0fd29593b45b4fdd96b7d4e..21a563d5b327b9af6d50e3230855b0eceec37098 100644
|
| --- a/chrome/browser/ui/views/passwords/account_chooser_dialog_view.cc
|
| +++ b/chrome/browser/ui/views/passwords/account_chooser_dialog_view.cc
|
| @@ -162,10 +162,6 @@ int AccountChooserDialogView::GetDialogButtons() const {
|
| return ui::DIALOG_BUTTON_CANCEL;
|
| }
|
|
|
| -bool AccountChooserDialogView::ShouldDefaultButtonBeBlue() const {
|
| - return show_signin_button_;
|
| -}
|
| -
|
| base::string16 AccountChooserDialogView::GetDialogButtonLabel(
|
| ui::DialogButton button) const {
|
| int message_id = 0;
|
|
|