| Index: content/renderer/render_view_impl.cc
|
| ===================================================================
|
| --- content/renderer/render_view_impl.cc (revision 136661)
|
| +++ content/renderer/render_view_impl.cc (working copy)
|
| @@ -3328,10 +3328,6 @@
|
| }
|
|
|
| void RenderViewImpl::EnsureMediaStreamImpl() {
|
| - const CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
| - if (!cmd_line->HasSwitch(switches::kEnableMediaStream))
|
| - return;
|
| -
|
| #if defined(ENABLE_P2P_APIS)
|
| if (!p2p_socket_dispatcher_)
|
| p2p_socket_dispatcher_ = new content::P2PSocketDispatcher(this);
|
|
|