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

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: 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 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 {

Powered by Google App Engine
This is Rietveld 408576698