Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 87ffcc496cbd9c9366a94e606e105ff154e3dfd5..2b70427c9fbad683c60c30251afb342f02ec7152 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -42,16 +42,15 @@ 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. |