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

Unified Diff: chrome/browser/ui/views/action_box_menu.h

Issue 16979002: Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuForView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch 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
« no previous file with comments | « chrome/browser/ui/views/action_box_context_menu.cc ('k') | chrome/browser/ui/views/action_box_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/action_box_menu.h
diff --git a/chrome/browser/ui/views/action_box_menu.h b/chrome/browser/ui/views/action_box_menu.h
index 2cd442df17a44cb23d3443f694117bbc04587f50..3248013eb9fe22ea800cb0e3bf728dc8965d70fe 100644
--- a/chrome/browser/ui/views/action_box_menu.h
+++ b/chrome/browser/ui/views/action_box_menu.h
@@ -38,7 +38,7 @@ class ActionBoxMenu : public views::MenuDelegate {
virtual bool ShowContextMenu(views::MenuItemView* source,
int id,
const gfx::Point& p,
- bool is_mouse_gesture) OVERRIDE;
+ ui::MenuSourceType source_type) OVERRIDE;
// Populates |root_| with all the child menu items from the |model_|.
void PopulateMenu();
« no previous file with comments | « chrome/browser/ui/views/action_box_context_menu.cc ('k') | chrome/browser/ui/views/action_box_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698