| Index: remoting/host/remoting_me2me_host.cc
|
| diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
|
| index 1dff8f2245276b3de8f2505a4541baeac88cba5b..6b01520d8be6693c8677f079894d5eca70615c77 100644
|
| --- a/remoting/host/remoting_me2me_host.cc
|
| +++ b/remoting/host/remoting_me2me_host.cc
|
| @@ -36,7 +36,6 @@
|
| #include "net/base/network_change_notifier.h"
|
| #include "net/base/url_util.h"
|
| #include "net/socket/client_socket_factory.h"
|
| -#include "net/socket/ssl_server_socket.h"
|
| #include "net/url_request/url_fetcher.h"
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| #include "remoting/base/breakpad.h"
|
| @@ -1642,10 +1641,6 @@ int HostProcessMain() {
|
| base::GetLinuxDistro();
|
| #endif
|
|
|
| - // Enable support for SSL server sockets, which must be done while still
|
| - // single-threaded.
|
| - net::EnableSSLServerSockets();
|
| -
|
| // Create the main message loop and start helper threads.
|
| base::MessageLoopForUI message_loop;
|
| std::unique_ptr<ChromotingHostContext> context =
|
|
|