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

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

Issue 2922263002: Fix style of profile error dialog. (Closed)
Patch Set: tapted's and pkasting's comments 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 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;

Powered by Google App Engine
This is Rietveld 408576698