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

Unified Diff: trunk/src/ui/views/view.h

Issue 13565004: Revert 192525 "Context menu on views must show on mouse down for..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 | « trunk/src/ui/views/controls/menu/menu_controller.cc ('k') | trunk/src/ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/view.h
===================================================================
--- trunk/src/ui/views/view.h (revision 192531)
+++ trunk/src/ui/views/view.h (working copy)
@@ -790,10 +790,6 @@
// as it is always equal to the current View.
virtual void ShowContextMenu(const gfx::Point& p, bool is_mouse_gesture);
- // On some platforms, we show context menu on mouse press instead of release.
- // This method returns true for those platforms.
- static bool ShouldShowContextMenuOnMousePress();
-
// Drag and drop -------------------------------------------------------------
DragController* drag_controller() { return drag_controller_; }
« no previous file with comments | « trunk/src/ui/views/controls/menu/menu_controller.cc ('k') | trunk/src/ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698