Index: ash/shelf/overflow_button.cc |
diff --git a/ash/shelf/overflow_button.cc b/ash/shelf/overflow_button.cc |
index f338e5cdd06dfce4ebe382ce41e090df6bb8836a..769b4809fca748ee5db0de88c1066ca6bc0ae0ef 100644 |
--- a/ash/shelf/overflow_button.cc |
+++ b/ash/shelf/overflow_button.cc |
@@ -40,7 +40,7 @@ OverflowButton::OverflowButton(views::ButtonListener* listener, Shelf* shelf) |
ui::ResourceBundle* rb = &ui::ResourceBundle::GetSharedInstance(); |
bottom_image_ = rb->GetImageNamed(IDR_ASH_SHELF_OVERFLOW).ToImageSkia(); |
- SetAccessibilityFocusable(true); |
+ SetFocusBehavior(views::View::FocusBehavior::ACCESSIBLE_ONLY); |
SetAccessibleName(l10n_util::GetStringUTF16(IDS_ASH_SHELF_OVERFLOW_NAME)); |
} |