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: |