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

Unified Diff: trunk/src/ui/views/controls/menu/menu_controller.h

Issue 416903002: Revert 285142 "Open the WrenchMenu on mouseover when dragging a ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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/chrome/chrome_tests.gypi ('k') | trunk/src/ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/controls/menu/menu_controller.h
===================================================================
--- trunk/src/ui/views/controls/menu/menu_controller.h (revision 285300)
+++ trunk/src/ui/views/controls/menu/menu_controller.h (working copy)
@@ -84,7 +84,6 @@
const gfx::Rect& bounds,
MenuAnchorPosition position,
bool context_menu,
- bool is_nested_drag,
int* event_flags);
// Whether or not Run blocks.
@@ -163,9 +162,6 @@
virtual void OnWidgetDestroying(Widget* widget) OVERRIDE;
// Only used for testing.
- bool IsCancelAllTimerRunningForTest();
-
- // Only used for testing.
static void TurnOffMenuSelectionHoldForTest();
private:
« no previous file with comments | « trunk/src/chrome/chrome_tests.gypi ('k') | trunk/src/ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698