| Index: remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| diff --git a/remoting/host/it2me/it2me_native_messaging_host_main.cc b/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| index 8b2ec459bd77d3302e9ebc55726dbdc625258ca1..44d319e4162a6c6a6a18eb47dbf17b0786895698 100644
|
| --- a/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| +++ b/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| @@ -12,7 +12,6 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "build/build_config.h"
|
| -#include "net/socket/ssl_server_socket.h"
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| #include "remoting/base/breakpad.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| @@ -89,10 +88,6 @@ int StartIt2MeNativeMessagingHost() {
|
| base::GetLinuxDistro();
|
| #endif // OS_LINUX
|
|
|
| - // Enable support for SSL server sockets, which must be done while still
|
| - // single-threaded.
|
| - net::EnableSSLServerSockets();
|
| -
|
| base::File read_file;
|
| base::File write_file;
|
| bool needs_elevation = false;
|
|
|