| Index: ash/shelf/overflow_bubble_view.cc
|
| diff --git a/ash/shelf/overflow_bubble_view.cc b/ash/shelf/overflow_bubble_view.cc
|
| index 73b647702f29c379f5fc670c335b1266e780aa78..2f3595f82077078c9dbbff02cff8a7a66f444a65 100644
|
| --- a/ash/shelf/overflow_bubble_view.cc
|
| +++ b/ash/shelf/overflow_bubble_view.cc
|
| @@ -50,7 +50,7 @@ void OverflowBubbleView::InitOverflowBubble(views::View* anchor,
|
| set_margins(gfx::Insets(kPadding, kPadding, kPadding, kPadding));
|
| // Overflow bubble should not get focus. If it get focus when it is shown,
|
| // active state item is changed to running state.
|
| - set_use_focusless(true);
|
| + set_can_activate(false);
|
|
|
| // Makes bubble view has a layer and clip its children layers.
|
| SetPaintToLayer(true);
|
|
|