| 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 90c91b82aa7b2db3b5a904fd4a9c7de94351d301..6151ef24e368d81399010afb3678ba39a4d5e82e 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1398,6 +1398,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| // with any associated values) if present in the browser command line.
|
| static const char* const kSwitchNames[] = {
|
| switches::kAgcStartupMinVolume,
|
| + switches::kAecRefinedAdaptiveFilter,
|
| switches::kAllowLoopbackInPeerConnection,
|
| switches::kAndroidFontsPath,
|
| switches::kAudioBufferSize,
|
|
|