diff options
Diffstat (limited to 'content/browser')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 1 | ||||
-rw-r--r-- | content/browser/renderer_host/browser_render_process_host.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index 6778095..e307964 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -548,7 +548,6 @@ bool GpuProcessHost::LaunchGpuProcess() { switches::kDisableGpuVsync, switches::kDisableGpuWatchdog, switches::kDisableLogging, - switches::kEnableAcceleratedDecoding, switches::kEnableLogging, #if defined(OS_MACOSX) switches::kEnableSandboxLogging, diff --git a/content/browser/renderer_host/browser_render_process_host.cc b/content/browser/renderer_host/browser_render_process_host.cc index a2f246f..a05160b 100644 --- a/content/browser/renderer_host/browser_render_process_host.cc +++ b/content/browser/renderer_host/browser_render_process_host.cc @@ -558,7 +558,6 @@ void BrowserRenderProcessHost::PropagateBrowserCommandLineToRenderer( switches::kDisableWebSockets, switches::kDomAutomationController, switches::kDumpHistogramsOnExit, - switches::kEnableAcceleratedDecoding, switches::kEnableAdaptive, switches::kEnableBenchmarking, switches::kEnableClickToPlay, |