| Index: ash/shelf/overflow_button.cc
|
| diff --git a/ash/shelf/overflow_button.cc b/ash/shelf/overflow_button.cc
|
| index 8cde285f4d2e60ef2ccb349982e8880de491d31d..b1292771fb1467402e1b8578f00bb1f5b923088e 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(FocusBehavior::ACCESSIBLE_ONLY);
|
| SetAccessibleName(l10n_util::GetStringUTF16(IDS_ASH_SHELF_OVERFLOW_NAME));
|
| }
|
|
|
|
|