Index: content/shell/app/shell_main_delegate.cc |
diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc |
index d37ca0a03473597504e5f7d6a3d62e5f8a85ddcf..a4eb3ba14a6805a374df0da1456e681366a0f5b1 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -174,8 +174,9 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
gl::kGLImplementationOSMesaName); |
} |
command_line.AppendSwitch(switches::kSkipGpuDataLoading); |
- command_line.AppendSwitchASCII(switches::kTouchEvents, |
- switches::kTouchEventsEnabled); |
+ command_line.AppendSwitchASCII( |
+ switches::kTouchEventFeatureDetection, |
+ switches::kTouchEventFeatureDetectionEnabled); |
if (!command_line.HasSwitch(switches::kForceDeviceScaleFactor)) |
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0"); |
command_line.AppendSwitch( |