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

Unified Diff: chrome/browser/ui/views/location_bar/bubble_icon_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/location_bar/bubble_icon_view.cc
diff --git a/chrome/browser/ui/views/location_bar/bubble_icon_view.cc b/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
index 8278ca941c1bf533357e9226fdf340ab2ac1d0bd..510e938ec517f773a3108bb2650fe582884951b2 100644
--- a/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
+++ b/chrome/browser/ui/views/location_bar/bubble_icon_view.cc
@@ -26,7 +26,7 @@ BubbleIconView::BubbleIconView(CommandUpdater* command_updater, int command_id)
AddChildView(image_);
image_->set_interactive(false);
image_->EnableCanvasFlippingForRTLUI(true);
- image_->SetAccessibilityFocusable(true);
+ image_->SetFocusBehavior(views::View::FocusBehavior::ACCESSIBLE_ONLY);
}
BubbleIconView::~BubbleIconView() {

Powered by Google App Engine
This is Rietveld 408576698