| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 4ac57d2307917098875ecdf7dcbb38f98e46c905..d2a41fccc48d5e2846e94320c61060ebe483ac90 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -905,9 +905,6 @@ static void AppendGpuCommandLineFlags(CommandLine* command_line) {
|
| if (content::IsDelegatedRendererEnabled())
|
| command_line->AppendSwitch(switches::kEnableDelegatedRenderer);
|
|
|
| - if (content::IsDeadlineSchedulingEnabled())
|
| - command_line->AppendSwitch(switches::kEnableDeadlineScheduling);
|
| -
|
| // Appending disable-gpu-feature switches due to software rendering list.
|
| GpuDataManagerImpl* gpu_data_manager = GpuDataManagerImpl::GetInstance();
|
| DCHECK(gpu_data_manager);
|
| @@ -973,7 +970,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableCompositingForFixedPosition,
|
| switches::kDisableCompositingForTransition,
|
| switches::kDisableDatabases,
|
| - switches::kDisableDeadlineScheduling,
|
| switches::kDisableDelegatedRenderer,
|
| switches::kDisableDesktopNotifications,
|
| switches::kDisableDirectNPAPIRequests,
|
| @@ -1017,7 +1013,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableCompositingForFixedPosition,
|
| switches::kEnableCompositingForTransition,
|
| switches::kEnableDCHECK,
|
| - switches::kEnableDeadlineScheduling,
|
| switches::kEnableDeferredImageDecoding,
|
| switches::kEnableDelegatedRenderer,
|
| switches::kEnableEncryptedMedia,
|
|
|