Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1199)

Unified Diff: net/test/run_all_unittests.cc

Issue 2405403002: Remove net::EnableSSLServerSockets. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/ssl_server_socket_impl.cc ('k') | remoting/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/run_all_unittests.cc
diff --git a/net/test/run_all_unittests.cc b/net/test/run_all_unittests.cc
index 15116aa9b6931faf704a4d26301918bbce52a926..604888e07f2ee39b6701cd9aed0b72586bbd9668 100644
--- a/net/test/run_all_unittests.cc
+++ b/net/test/run_all_unittests.cc
@@ -7,8 +7,6 @@
#include "build/build_config.h"
#include "crypto/nss_util.h"
#include "net/socket/client_socket_pool_base.h"
-#include "net/socket/ssl_server_socket.h"
-#include "net/spdy/spdy_session.h"
#include "net/test/net_test_suite.h"
#include "url/url_features.h"
@@ -24,7 +22,6 @@
#endif
using net::internal::ClientSocketPoolBaseHelper;
-using net::SpdySession;
int main(int argc, char** argv) {
// Record histograms, so we can get histograms data in tests.
@@ -48,10 +45,6 @@ int main(int argc, char** argv) {
NetTestSuite test_suite(argc, argv);
ClientSocketPoolBaseHelper::set_connect_backup_jobs_enabled(false);
- // Enable support for SSL server sockets, which must be done while
- // single-threaded.
- net::EnableSSLServerSockets();
-
#if !defined(OS_ANDROID) && !defined(OS_IOS)
mojo::edk::Init();
#endif
« no previous file with comments | « net/socket/ssl_server_socket_impl.cc ('k') | remoting/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698