Index: chrome/browser/ui/views/location_bar/page_action_image_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
index 1ba65d46cae8d2348fa382578da7df1704a3c625..8660f5a9170cbcbe1256d464d02b7fe3abb625d5 100644 |
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
@@ -37,7 +37,7 @@ PageActionImageView::PageActionImageView(LocationBarView* owner, |
// There should be an associated focus manager so that we can safely register |
// accelerators for commands. |
DCHECK(GetFocusManagerForAccelerator()); |
- SetAccessibilityFocusable(true); |
+ SetFocusBehavior(FocusBehavior::ACCESSIBLE_ONLY); |
view_controller_->SetDelegate(this); |
view_controller_->RegisterCommand(); |
set_context_menu_controller(this); |