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

Unified Diff: chrome/browser/ui/views/passwords/account_chooser_dialog_view.cc

Issue 2922263002: Fix style of profile error dialog. (Closed)
Patch Set: Self review Created 3 years, 6 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
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;

Powered by Google App Engine
This is Rietveld 408576698