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

Unified Diff: net/tools/quic/quic_client_session_test.cc

Issue 1784643006: Deprecate FLAG_quic_block_unencrypted_writes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@115904466
Patch Set: Created 4 years, 9 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/quic/quic_session.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client_session_test.cc
diff --git a/net/tools/quic/quic_client_session_test.cc b/net/tools/quic/quic_client_session_test.cc
index ac65bf5998316296f3c481394d3a6813978f4a4b..eb56921829dd57e520f8db7fd3bbe8e3e2317060 100644
--- a/net/tools/quic/quic_client_session_test.cc
+++ b/net/tools/quic/quic_client_session_test.cc
@@ -137,7 +137,6 @@ TEST_P(QuicClientSessionTest, CryptoConnect) {
}
TEST_P(QuicClientSessionTest, NoEncryptionAfterInitialEncryption) {
- ValueRestore<bool> old_flag(&FLAGS_quic_block_unencrypted_writes, true);
// Complete a handshake in order to prime the crypto config for 0-RTT.
CompleteCryptoHandshake();
« no previous file with comments | « net/quic/quic_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698