| 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 b491234b7680d289841cab3c99875633da20a778..fc413d3513e55e09ff8f4a481c569620643fcb2e 100644
|
| --- a/content/browser/android/content_startup_flags.cc
|
| +++ b/content/browser/android/content_startup_flags.cc
|
| @@ -65,7 +65,6 @@ void SetContentCommandLineFlags(int max_render_process_count,
|
| parsed_command_line->AppendSwitch(
|
| switches::kEnableCompositedScrollingForFrames);
|
| parsed_command_line->AppendSwitch(switches::kEnableBeginFrameScheduling);
|
| - parsed_command_line->AppendSwitch(switches::kEnableDeadlineScheduling);
|
|
|
| parsed_command_line->AppendSwitch(switches::kDisableGestureDebounce);
|
| parsed_command_line->AppendSwitch(switches::kEnableGestureTapHighlight);
|
|
|