| Index: chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| index 6a705166ee526033ec1b191e8ea1e336c3d64c63..4386207d932895100d27fa5dec338ff2962e7d97 100644
|
| --- a/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| +++ b/chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc
|
| @@ -222,7 +222,7 @@ BrowserShortcutLauncherItemController::ItemSelected(const ui::Event& event) {
|
|
|
| // In case of a keyboard event, we were called by a hotkey. In that case we
|
| // activate the next item in line if an item of our list is already active.
|
| - if (event.type() & ui::ET_KEY_RELEASED) {
|
| + if (event.type() == ui::ET_KEY_RELEASED) {
|
| return ActivateOrAdvanceToNextBrowser();
|
| }
|
|
|
|
|