| Index: ash/launcher/launcher.cc
|
| diff --git a/ash/launcher/launcher.cc b/ash/launcher/launcher.cc
|
| index c19a0c22c10b757d66c58bcfa2b846902a0012b7..289a4f0c3c43aaaa7404a1039dd84a79eddd6303 100644
|
| --- a/ash/launcher/launcher.cc
|
| +++ b/ash/launcher/launcher.cc
|
| @@ -134,7 +134,7 @@ bool Launcher::IsShowingMenu() const {
|
| }
|
|
|
| void Launcher::ShowContextMenu(const gfx::Point& location) {
|
| - launcher_view_->ShowContextMenu(location, false);
|
| + launcher_view_->ShowContextMenu(location, ui::CONTEXT_MENU_SOURCE_KEYBOARD);
|
| }
|
|
|
| bool Launcher::IsShowingOverflowBubble() const {
|
|
|