| 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 84dfb18bb10c07a1c72d524cc21a050f829f7a95..f72bd2af2d63fe18745e2a9a7fd9c449aa72b9df 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1182,6 +1182,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,
|
|
|