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 b00e659772fbf7f2c4fd60f7a23cbee3ec928168..a8a6a22d4f3ebc6f6332fc8d82b25d6eab1ef3ef 100644 |
--- a/content/shell/app/shell_main_delegate.cc |
+++ b/content/shell/app/shell_main_delegate.cc |
@@ -142,7 +142,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) { |
command_line.AppendSwitch(switches::kSkipGpuDataLoading); |
command_line.AppendSwitchASCII(switches::kTouchEvents, |
switches::kTouchEventsEnabled); |
- command_line.AppendSwitch(switches::kEnableGestureTapHighlight); |
command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0"); |
#if defined(OS_ANDROID) |
command_line.AppendSwitch( |