Index: ui/views/touchui/touch_selection_controller_impl.h |
diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h |
index a59747da529daec06850f33d345059dbad98df9d..eac0ccfb5d69494ede3c86b2281c9d086b992871 100644 |
--- a/ui/views/touchui/touch_selection_controller_impl.h |
+++ b/ui/views/touchui/touch_selection_controller_impl.h |
@@ -120,6 +120,8 @@ class VIEWS_EXPORT TouchSelectionControllerImpl |
scoped_ptr<EditingHandleView> selection_handle_2_; |
scoped_ptr<EditingHandleView> cursor_handle_; |
TouchEditingMenuView* context_menu_; |
+ bool command_executed_; |
+ base::Time selection_start_time_; |
// Timer to trigger |context_menu| (|context_menu| is not shown if the |
// selection handles are being updated. It appears only when the handles are |