| 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 12b37ceeb2edc0e3c3a03fab49f7704ba37b4492..bf77203669d9854222d4918fe58e69e5c59d3cfc 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1001,6 +1001,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::kAllowInsecureWebSocketFromHttpsOrigin,
|
| switches::kAllowLoopbackInPeerConnection,
|
| switches::kAudioBufferSize,
|
| switches::kAuditAllHandles,
|
|
|