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

Unified Diff: net/socket/ssl_client_socket_unittest.cc

Issue 214593009: Enable False Start for OpenSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Punt webview ifdefs (only our openssl is supported) Created 6 years, 8 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_client_socket_openssl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_unittest.cc
diff --git a/net/socket/ssl_client_socket_unittest.cc b/net/socket/ssl_client_socket_unittest.cc
index 904b467e0eb89a045c11fb8be8149b863cd82479..05844cd0ef327d6c01ccbc847826cd1e3e0a7b76 100644
--- a/net/socket/ssl_client_socket_unittest.cc
+++ b/net/socket/ssl_client_socket_unittest.cc
@@ -2331,14 +2331,7 @@ TEST_F(SSLClientSocketTest, ReuseStates) {
// attempt to read one byte extra.
}
-// This test is only enabled on NSS until False Start support is added for
-// OpenSSL. http://crbug.com/354132
-#if defined(USE_NSS)
-#define MAYBE_FalseStartEnabled FalseStartEnabled
-#else
-#define MAYBE_FalseStartEnabled DISABLED_FalseStartEnabled
-#endif // USE_NSS
-TEST_F(SSLClientSocketFalseStartTest, MAYBE_FalseStartEnabled) {
+TEST_F(SSLClientSocketFalseStartTest, FalseStartEnabled) {
// False Start requires NPN and a forward-secret cipher suite.
SpawnedTestServer::SSLOptions server_options;
server_options.key_exchanges =
« no previous file with comments | « net/socket/ssl_client_socket_openssl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698