| 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 8303929558f815a15262872e37998fed0ce7c21c..98ed1a5c35d48781faf0b8653771ff80c1e56614 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1187,6 +1187,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::kAllowInsecureLocalhost,
|
| switches::kAllowInsecureWebSocketFromHttpsOrigin,
|
| switches::kAllowLoopbackInPeerConnection,
|
| switches::kAudioBufferSize,
|
|
|