Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: ash/ash_switches.cc

Issue 414493004: Disable accessible touch exploration by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Set flag in browser tests that depend on it Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_switches.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ash/ash_switches.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698