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

Unified Diff: ash/root_window_controller.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
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 0e07dbe03e94cafc518cad419a90bb223e21f37c..096297e5729557000e93eb6cb861ee6b7d334b77 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -757,8 +757,8 @@ void RootWindowController::Init(RootWindowType root_window_type,
}
#if defined(OS_CHROMEOS)
- if (!CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kAshDisableTouchExplorationMode)) {
+ if (CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kAshEnableTouchExplorationMode)) {
touch_exploration_manager_.reset(new AshTouchExplorationManager(this));
}
#endif
« no previous file with comments | « ash/ash_switches.cc ('k') | chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698