Chromium Code Reviews| 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 7adc73d5988dbe6426c5848b7497639ac28fd8d1..59da8a256634d56e971e7e12aa8a8bee77e52fdf 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, |
|
davidben
2015/02/11 19:41:35
We seem to be woefully inconsistent about whether
estark
2015/02/11 21:53:34
Done. You've rendered yourself unnecessary as an O
|
| switches::kAllowInsecureWebSocketFromHttpsOrigin, |
| switches::kAllowLoopbackInPeerConnection, |
| switches::kAudioBufferSize, |