Index: trunk/src/ash/ash_switches.cc |
=================================================================== |
--- trunk/src/ash/ash_switches.cc (revision 285870) |
+++ trunk/src/ash/ash_switches.cc (working copy) |
@@ -42,16 +42,15 @@ |
// 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. |