| 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 24b7c73cf47560da11786f47ce94bdb74183388f..26db1b3340bb0952f0811ac9acc1bd568ee58c3b 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -741,6 +741,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableAcceleratedVideoDecode,
|
| switches::kDisableApplicationCache,
|
| switches::kDisableAudio,
|
| + switches::kDisableAudioOutputResampler,
|
| switches::kDisableBreakpad,
|
| #if defined(OS_MACOSX)
|
| switches::kDisableCompositedCoreAnimationPlugins,
|
| @@ -773,7 +774,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kDisableWebSockets,
|
| switches::kDomAutomationController,
|
| switches::kEnableAccessibilityLogging,
|
| - switches::kEnableAudioOutputResampler,
|
| switches::kEnableCssExclusions,
|
| switches::kEnableDCHECK,
|
| switches::kEnableEncryptedMedia,
|
|
|