| Index: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
| index 8ede979dbe0449147ecdc7df7ce726eb16431bb0..83b85c09ac4212411733c5543e14ac0d9644d25b 100644
|
| --- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
| +++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
|
| @@ -34,16 +34,6 @@ private:
|
| DISALLOW_COPY_AND_ASSIGN(TouchExplorationTest);
|
| };
|
|
|
| -IN_PROC_BROWSER_TEST_F(TouchExplorationTest, PRE_ToggleOnOff) {
|
| - // TODO (mfomitchev): If the test is run by itself, there is a resize at the
|
| - // very beginning. An in-progress resize creates a "resize lock" in
|
| - // RenderWidgetHostViewAura, which calls
|
| - // WindowEventDispatcher::HoldPointerMoves(), which prevents mouse events from
|
| - // coming through. Adding a PRE_ test ensures the resize completes before the
|
| - // actual test is executed. sadrul@ says the resize shouldn't be even
|
| - // happening, so this needs to be looked at further.
|
| -}
|
| -
|
| // This test turns the touch exploration mode on/off and confirms that events
|
| // get rewritten when the touch exploration mode is on, and aren't affected
|
| // after the touch exploration mode is turned off.
|
|
|