Index: trunk/src/ui/views/controls/menu/menu_controller.h |
=================================================================== |
--- trunk/src/ui/views/controls/menu/menu_controller.h (revision 192531) |
+++ trunk/src/ui/views/controls/menu/menu_controller.h (working copy) |
@@ -567,9 +567,6 @@ |
// The timestamp of the event which closed the menu - or 0 otherwise. |
base::TimeDelta closing_event_time_; |
- // Time when the menu is first shown. |
- base::TimeTicks menu_start_time_; |
- |
DISALLOW_COPY_AND_ASSIGN(MenuController); |
}; |