Index: ash/launcher/launcher.cc |
diff --git a/ash/launcher/launcher.cc b/ash/launcher/launcher.cc |
index 335029a316a19cc714e25e548fa310d6c51e3a9b..315ee8da9ece65c35a87ee2933f06ef883378ead 100644 |
--- a/ash/launcher/launcher.cc |
+++ b/ash/launcher/launcher.cc |
@@ -131,7 +131,7 @@ bool Launcher::IsShowingMenu() const { |
} |
void Launcher::ShowContextMenu(const gfx::Point& location) { |
sky
2013/06/17 16:08:19
I don't think this is used, can you nuke it? Other
varunjain
2013/06/17 20:13:55
Done.
|
- launcher_view_->ShowContextMenu(location, false); |
+ launcher_view_->ShowContextMenu(location, ui::MENU_SOURCE_MOUSE); |
} |
bool Launcher::IsShowingOverflowBubble() const { |