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

Unified Diff: chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc

Issue 1977353002: Views: Remove reduntant Button::ConfigureDefaultFocus calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@other_fk_regression
Patch Set: Created 4 years, 7 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
« no previous file with comments | « ash/shell/lock_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
diff --git a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
index 284462805c03cfacaabf8b843aac05437d796670..8472090738f2fa94d46a151ae315aebeb74846c5 100644
--- a/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
+++ b/chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc
@@ -109,8 +109,6 @@ views::View* ProfileSigninConfirmationDialogViews::CreateExtraView() {
continue_signin_button_ =
new views::LabelButton(this, continue_signin_text);
continue_signin_button_->SetStyle(views::Button::STYLE_BUTTON);
- views::Button::ConfigureDefaultFocus(continue_signin_button_);
- continue_signin_button_->set_request_focus_on_press(true);
}
return continue_signin_button_;
}
« no previous file with comments | « ash/shell/lock_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698