Index: content/browser/android/content_startup_flags.cc |
diff --git a/content/browser/android/content_startup_flags.cc b/content/browser/android/content_startup_flags.cc |
index a771daa81705eba3b53952b3961e1e0754546e6b..d472b5f99daabb3c3e572c74f529641d331032e8 100644 |
--- a/content/browser/android/content_startup_flags.cc |
+++ b/content/browser/android/content_startup_flags.cc |
@@ -62,7 +62,6 @@ void SetContentCommandLineFlags(int max_render_process_count, |
parsed_command_line->AppendSwitch(switches::kEnableAcceleratedOverflowScroll); |
parsed_command_line->AppendSwitch(switches::kEnableBeginFrameScheduling); |
- parsed_command_line->AppendSwitch(switches::kEnableGestureTapHighlight); |
parsed_command_line->AppendSwitch(switches::kEnablePinch); |
parsed_command_line->AppendSwitch(switches::kEnableOverlayFullscreenVideo); |
parsed_command_line->AppendSwitch(switches::kEnableOverlayScrollbar); |