| 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 24f0286b8648cb418ad44a2ba1be8f9ef1d0ad08..3854918399d6a9ea1d338f339c97c4614342c71b 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1216,7 +1216,6 @@ 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,
|
|
|