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 1ef486ce631ad929bdd0eea711898c848107c899..f2410b12e4092413e4f14ef9d2ad6832c705a488 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -156,7 +156,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); |
command_line.AppendSwitchASCII(switches::kUseGL, |
gfx::kGLImplementationOSMesaName); |
- command_line.AppendSwitch(switches::kSkipGpuDataLoading); |
command_line.AppendSwitchASCII(switches::kTouchEvents, |
switches::kTouchEventsEnabled); |
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0"); |