| 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 b6a7a62edd990eab1826eb5aec7da9642c4a260a..879d72fba90242232aa72508842773693f57e8d1 100644
|
| --- a/chrome/browser/ui/views/passwords/account_chooser_dialog_view.cc
|
| +++ b/chrome/browser/ui/views/passwords/account_chooser_dialog_view.cc
|
| @@ -164,10 +164,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;
|
|
|