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

Unified Diff: remoting/run_all_unittests.cc

Issue 10543106: Add an explicit function to init NSS for SSL server sockets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated Created 8 years, 6 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
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/run_all_unittests.cc
diff --git a/remoting/run_all_unittests.cc b/remoting/run_all_unittests.cc
index 3553ae782ad1d3ae53f9e5d73ccf775417fc3d8a..228485f0dd0fe5117ae8869f521ea242b1e328d0 100644
--- a/remoting/run_all_unittests.cc
+++ b/remoting/run_all_unittests.cc
@@ -3,8 +3,12 @@
// found in the LICENSE file.
#include "base/test/test_suite.h"
+#include "net/socket/ssl_server_socket.h"
int main(int argc, char** argv) {
base::TestSuite test_suite(argc, argv);
+
+ net::EnableSSLServerSockets();
Wez 2012/06/12 21:30:35 nit: Comment explaining why we need this?
+
return test_suite.Run();
}
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/remoting.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698