| Index: ash/shelf/shelf_tooltip_manager.cc
|
| diff --git a/ash/shelf/shelf_tooltip_manager.cc b/ash/shelf/shelf_tooltip_manager.cc
|
| index b4e1d347b4bedf3c58f817fc1ae41b200afa8ce4..4ba61652a86eb0ada5f0268777a2202deb76e3c6 100644
|
| --- a/ash/shelf/shelf_tooltip_manager.cc
|
| +++ b/ash/shelf/shelf_tooltip_manager.cc
|
| @@ -85,7 +85,7 @@ ShelfTooltipManager::ShelfTooltipBubble::ShelfTooltipBubble(
|
| set_anchor_view_insets(insets);
|
| set_close_on_esc(false);
|
| set_close_on_deactivate(false);
|
| - set_use_focusless(true);
|
| + set_can_activate(false);
|
| set_accept_events(false);
|
| set_margins(gfx::Insets(kTooltipTopBottomMargin, kTooltipLeftRightMargin,
|
| kTooltipTopBottomMargin, kTooltipLeftRightMargin));
|
|
|