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

Unified Diff: net/quic/quic_crypto_client_stream_test.cc

Issue 1415933006: QUIC - delete #ifdef USE_OPENSSL in unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 5 years, 1 month 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/quic/quic_chromium_client_session_test.cc ('k') | net/quic/quic_crypto_server_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_crypto_client_stream_test.cc
diff --git a/net/quic/quic_crypto_client_stream_test.cc b/net/quic/quic_crypto_client_stream_test.cc
index 7d98f47ba75d1da1d90a390560bb40384750b5a9..eccf33923fafddadeabaa048959eade312fcc485 100644
--- a/net/quic/quic_crypto_client_stream_test.cc
+++ b/net/quic/quic_crypto_client_stream_test.cc
@@ -24,8 +24,6 @@ namespace net {
namespace test {
namespace {
-#if defined(USE_OPENSSL)
-
const char kServerHostname[] = "test.example.com";
const uint16 kServerPort = 443;
@@ -287,8 +285,6 @@ TEST_F(QuicCryptoClientStreamStatelessTest, StatelessReject) {
EXPECT_FALSE(client_state->has_server_designated_connection_id());
}
-#endif
-
} // namespace
} // namespace test
} // namespace net
« no previous file with comments | « net/quic/quic_chromium_client_session_test.cc ('k') | net/quic/quic_crypto_server_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698