| 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 ebd585bcaf3426eb88dcbdcfffadaa9eed7d08b3..81133fec4fb855fb767d30687405edde44af0695 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -59,7 +59,6 @@ void SetContentCommandLineFlags(bool single_process,
|
| parsed_command_line->AppendSwitch(cc::switches::kEnableBeginFrameScheduling);
|
|
|
| parsed_command_line->AppendSwitch(switches::kEnablePinch);
|
| - parsed_command_line->AppendSwitch(switches::kEnableOverlayFullscreenVideo);
|
| parsed_command_line->AppendSwitch(switches::kEnableOverlayScrollbar);
|
| parsed_command_line->AppendSwitch(switches::kValidateInputEventStream);
|
|
|
|
|