diff options
author | dmazzoni@google.com <dmazzoni@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-28 05:42:39 +0000 |
---|---|---|
committer | dmazzoni@google.com <dmazzoni@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-28 05:42:39 +0000 |
commit | d5cefd68ff715bced7492f9a139aae00d8cfede9 (patch) | |
tree | 926628d4f7e42c46f7f9b265d3823b616e19d73b /ash/ash_switches.cc | |
parent | 7774fe485139640048a6c2d5fa00dc0b951d448a (diff) | |
download | chromium_src-d5cefd68ff715bced7492f9a139aae00d8cfede9.zip chromium_src-d5cefd68ff715bced7492f9a139aae00d8cfede9.tar.gz chromium_src-d5cefd68ff715bced7492f9a139aae00d8cfede9.tar.bz2 |
Revert 285832 "Disable accessible touch exploration by default."
This change was to disable the feature on M37. Reverting so that
accessible touch exploration is enabled again on trunk.
> Disable accessible touch exploration by default.
>
> Touch exploration was too buggy in M37, we don't want to launch it.
> The plan is to land this change and merge to M37, then revert it to aim for
> a launch of touch exploration in M38.
>
> BUG=396193
>
> Review URL: https://codereview.chromium.org/414493004
TBR=dmazzoni@chromium.org
Review URL: https://codereview.chromium.org/419423003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 2b70427..87ffcc4 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -42,15 +42,16 @@ const char kAshDefaultWallpaperSmall[] = "ash-default-wallpaper-small"; // WorkspaceLayoutManager. const char kAshDisableLockLayoutManager[] = "ash-disable-lock-layout-manager"; +// Disable the Touch Exploration Mode. Touch Exploration Mode will no longer be +// turned on automatically when spoken feedback is enabled when this flag is +// set. +const char kAshDisableTouchExplorationMode[] = + "ash-disable-touch-exploration-mode"; + #if defined(OS_CHROMEOS) // Enables key bindings to scroll magnified screen. const char kAshEnableMagnifierKeyScroller[] = "ash-enable-magnifier-key-scroller"; - -// Enable the Touch Exploration Mode, which will be turned on automatically -// when spoken feedback is enabled. -const char kAshEnableTouchExplorationMode[] = - "ash-enable-touch-exploration-mode"; #endif // Enables text filtering with the keyboard in Overview Mode. |