| 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 538def269c686ced634f4d4261531f70a7de3b40..bac8e718bba9c68c9749d3876224a988cdb2f5b4 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1223,6 +1223,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[] = {
|
| + "crash-renderer",
|
| switches::kAllowLoopbackInPeerConnection,
|
| switches::kAudioBufferSize,
|
| switches::kBlinkPlatformLogChannels,
|
|
|