| 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 c0a6124daef8c638431f79eaa6e2526f31b04b9e..365ed3487f0a7b345dfb917c8489635d3225a862 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -868,6 +868,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| // Propagate the following switches to the renderer command line (along
|
| // with any associated values) if present in the browser command line.
|
| static const char* const kSwitchNames[] = {
|
| + switches::kAllowFiltersOverIPC,
|
| switches::kAudioBufferSize,
|
| switches::kAuditAllHandles,
|
| switches::kAuditHandles,
|
|
|