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

Unified Diff: chrome/browser/ui/views/toolbar/toolbar_action_view.cc

Issue 1690543004: MacViews: Implement Full Keyboard Access. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/toolbar/toolbar_action_view.cc
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
index 2d3eba4876aec6e4ef68f62624bb1f91bb7718ee..dc58bd5d08de514be8e01c375b976c4ff5e1009d 100644
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view.cc
@@ -77,7 +77,7 @@ ToolbarActionView::ToolbarActionView(
// (because that would close the menu).
if (delegate_->ShownInsideMenu()) {
set_request_focus_on_press(false);
- SetFocusable(true);
+ SetFocusBehavior(views::View::FocusBehavior::ALWAYS);
}
UpdateState();

Powered by Google App Engine
This is Rietveld 408576698