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

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

Issue 1894383002: MacViews: Implement Full Keyboard Access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SetFocusBehavior
Patch Set: Rebased 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
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 f339b84b90daf235532a111ef073b69868ee8a22..4f4ade4f3036ea5872c483c6324bb7e25276e86b 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,7 +109,7 @@ views::View* ProfileSigninConfirmationDialogViews::CreateExtraView() {
continue_signin_button_ =
new views::LabelButton(this, continue_signin_text);
continue_signin_button_->SetStyle(views::Button::STYLE_BUTTON);
- continue_signin_button_->SetFocusBehavior(FocusBehavior::ALWAYS);
+ views::Button::ConfigureDefaultFocus(continue_signin_button_);
Evan Stade 2016/05/17 18:58:15 you don't need to do this after calling SetStyle.
karandeepb 2016/05/18 00:09:46 I had removed this in https://codereview.chromium.
Evan Stade 2016/05/18 00:16:32 Ah, I see that you're already on it. Great. I just
}
return continue_signin_button_;
}
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | chrome/browser/ui/views/toolbar/app_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698