Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1777)

Unified Diff: ash/launcher/launcher.cc

Issue 16979002: Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuForView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698