| 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 d531dbb65a62d27838a1538576892c96b76d2ab7..d8e132c4e7bc384cb38bdb17157299d207175618 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -57,7 +57,6 @@ void SetContentCommandLineFlags(bool single_process,
|
| parsed_command_line->AppendSwitch(switches::kEnablePinch);
|
| parsed_command_line->AppendSwitch(switches::kEnableOverlayFullscreenVideo);
|
| parsed_command_line->AppendSwitch(switches::kEnableOverlayScrollbar);
|
| - parsed_command_line->AppendSwitch(switches::kEnableOverscrollNotifications);
|
| parsed_command_line->AppendSwitch(switches::kValidateInputEventStream);
|
|
|
| // Run the GPU service as a thread in the browser instead of as a
|
|
|