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

Unified Diff: ash/app_list/app_list_item_view.h

Issue 9665008: views: Nuke is_mouse_gesture parameter from ContextMenuController::ShowContextMenuForView(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « no previous file | ash/app_list/app_list_item_view.cc » ('j') | ui/views/context_menu_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/app_list/app_list_item_view.h
diff --git a/ash/app_list/app_list_item_view.h b/ash/app_list/app_list_item_view.h
index 025629e63abac49257d8212f44dc84706e7e3f77..31d3aa8b5e5ec86f69fbf59869b0b7d593d59d5d 100644
--- a/ash/app_list/app_list_item_view.h
+++ b/ash/app_list/app_list_item_view.h
@@ -60,8 +60,8 @@ class ASH_EXPORT AppListItemView : public views::CustomButton,
private:
// views::ContextMenuController overrides:
virtual void ShowContextMenuForView(views::View* source,
- const gfx::Point& p,
- bool is_mouse_gesture) OVERRIDE;
+ const gfx::Point& point,
+ views::GestureType gesture_type) OVERRIDE;
AppListItemModel* model_;
« no previous file with comments | « no previous file | ash/app_list/app_list_item_view.cc » ('j') | ui/views/context_menu_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698