| Index: ui/chromeos/touch_exploration_controller.h
|
| diff --git a/ui/chromeos/touch_exploration_controller.h b/ui/chromeos/touch_exploration_controller.h
|
| index 12f0bfa2fcebe0e32d1289d5343f9a0d1dfb0552..8c50f3e40164c5adf7da717ac11648e383cb3995 100644
|
| --- a/ui/chromeos/touch_exploration_controller.h
|
| +++ b/ui/chromeos/touch_exploration_controller.h
|
| @@ -361,10 +361,6 @@ class UI_CHROMEOS_EXPORT TouchExplorationController
|
| // A timer to fire an indicating sound when sliding to change volume.
|
| base::RepeatingTimer<TouchExplorationController> sound_timer_;
|
|
|
| - // For testing only, an event handler to use for generated events
|
| - // outside of the normal event rewriting flow.
|
| - ui::EventHandler* event_handler_for_testing_;
|
| -
|
| // A default gesture detector config, so we can share the same
|
| // timeout and pixel slop constants.
|
| ui::GestureDetector::Config gesture_detector_config_;
|
|
|