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

Unified Diff: chrome/browser/ui/views/payments/profile_list_view_controller.cc

Issue 2922483002: [WebPayments] Making all fields and buttons focusable (Closed)
Patch Set: Created 3 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/payments/profile_list_view_controller.cc
diff --git a/chrome/browser/ui/views/payments/profile_list_view_controller.cc b/chrome/browser/ui/views/payments/profile_list_view_controller.cc
index 12c94747dcdb2020b77aa98dadeb528d5e0cfec9..0edf42d3fe4113c19d130f9cc10d6265fbe1e672 100644
--- a/chrome/browser/ui/views/payments/profile_list_view_controller.cc
+++ b/chrome/browser/ui/views/payments/profile_list_view_controller.cc
@@ -391,6 +391,7 @@ ProfileListViewController::CreateExtraFooterView() {
this, l10n_util::GetStringUTF16(GetSecondaryButtonTextId()));
button->set_tag(GetSecondaryButtonTag());
button->set_id(GetSecondaryButtonViewId());
+ button->SetFocusBehavior(views::View::FocusBehavior::ALWAYS);
extra_view->AddChildView(button);
return extra_view;

Powered by Google App Engine
This is Rietveld 408576698