diff options
author | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 05:04:42 +0000 |
---|---|---|
committer | tapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 05:04:42 +0000 |
commit | 039f437a16e52fc6a4605ae8d20870f91c5d4fab (patch) | |
tree | e97ccf60543e4361103b1e0ac95c1a4a7f135129 /ash/shell.cc | |
parent | 652c5034fb63b8acdbf9b1a8dcc3549281954416 (diff) | |
download | chromium_src-039f437a16e52fc6a4605ae8d20870f91c5d4fab.zip chromium_src-039f437a16e52fc6a4605ae8d20870f91c5d4fab.tar.gz chromium_src-039f437a16e52fc6a4605ae8d20870f91c5d4fab.tar.bz2 |
Revert 226895 "Add autoclick accessibility feature to ash."
This seems to be killing ash_unittests in a bad way.
Last three runs on Win Aura Tests (1) in the main waterfall end with:
[----------] 4 tests from AutoclickTest
[ RUN ] AutoclickTest.ToggleEnabled
command timed out: 600 seconds without output, attempting to kill
> Add autoclick accessibility feature to ash.
>
> BUG=272401
> TEST=added unit tests
>
> Review URL: https://codereview.chromium.org/24191002
TBR=tengs@chromium.org
Review URL: https://codereview.chromium.org/25973002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.cc')
-rw-r--r-- | ash/shell.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shell.cc b/ash/shell.cc index 8bbad04..7d1fa73 100644 --- a/ash/shell.cc +++ b/ash/shell.cc @@ -12,7 +12,6 @@ #include "ash/accelerators/focus_manager_factory.h" #include "ash/accelerators/nested_dispatcher_controller.h" #include "ash/ash_switches.h" -#include "ash/autoclick/autoclick_controller.h" #include "ash/caps_lock_delegate.h" #include "ash/desktop_background/desktop_background_controller.h" #include "ash/desktop_background/desktop_background_view.h" @@ -524,8 +523,6 @@ void Shell::Init() { partial_magnification_controller_.reset( new PartialMagnificationController()); - autoclick_controller_.reset(AutoclickController::CreateInstance()); - high_contrast_controller_.reset(new HighContrastController); video_detector_.reset(new VideoDetector); window_cycle_controller_.reset(new WindowCycleController()); |