| 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 1a72b4be9dd669d475848944cd4caa673975092b..68c55500e9bc7e65440e3bed2cfc06e97e39a631 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -173,8 +173,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| gl::kGLImplementationOSMesaName);
|
| }
|
| command_line.AppendSwitch(switches::kSkipGpuDataLoading);
|
| - command_line.AppendSwitchASCII(switches::kTouchEvents,
|
| - switches::kTouchEventsEnabled);
|
| if (!command_line.HasSwitch(switches::kForceDeviceScaleFactor))
|
| command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0");
|
| command_line.AppendSwitch(
|
|
|