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

Unified Diff: ash/launcher/launcher_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: nuke is_mouse_gesture parameter 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 | « ash/app_list/app_list_item_view.cc ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_view.h
diff --git a/ash/launcher/launcher_view.h b/ash/launcher/launcher_view.h
index 1c7da7a4ebf53fcc63bbac63ed42848aec4801a0..a9d84af5a1706a7ff9fa67a277f6745cf22eb1c0 100644
--- a/ash/launcher/launcher_view.h
+++ b/ash/launcher/launcher_view.h
@@ -120,8 +120,7 @@ class LauncherView : public views::View,
// Overriden from views::ContextMenuController:
virtual void ShowContextMenuForView(views::View* source,
- const gfx::Point& p,
- bool is_mouse_gesture) OVERRIDE;
+ const gfx::Point& point) OVERRIDE;
// The model; owned by Launcher.
LauncherModel* model_;
« no previous file with comments | « ash/app_list/app_list_item_view.cc ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698