| Index: ash/system/overview/overview_button_tray.cc
|
| diff --git a/ash/system/overview/overview_button_tray.cc b/ash/system/overview/overview_button_tray.cc
|
| index eb6dce8866f6b9957f09a399f5dbc0199e9b5ee3..692689546c550a0a9c9fadc41a2c1c7708b20a27 100644
|
| --- a/ash/system/overview/overview_button_tray.cc
|
| +++ b/ash/system/overview/overview_button_tray.cc
|
| @@ -84,11 +84,7 @@ void OverviewButtonTray::OnOverviewModeEnded() {
|
| SetDrawBackgroundAsActive(false);
|
| }
|
|
|
| -bool OverviewButtonTray::ClickedOutsideBubble() {
|
| - // This class has no bubbles dismiss, but acknowledge that the message was
|
| - // handled.
|
| - return true;
|
| -}
|
| +void OverviewButtonTray::ClickedOutsideBubble() {}
|
|
|
| base::string16 OverviewButtonTray::GetAccessibleNameForTray() {
|
| return l10n_util::GetStringUTF16(IDS_ASH_OVERVIEW_BUTTON_ACCESSIBLE_NAME);
|
|
|