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

Unified Diff: net/quic/chromium/quic_network_transaction_unittest.cc

Issue 2338933002: Update recent QUIC flag changes. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_network_transaction_unittest.cc
diff --git a/net/quic/chromium/quic_network_transaction_unittest.cc b/net/quic/chromium/quic_network_transaction_unittest.cc
index 87191371f2f82caad1843e89671d2e9dc3c70dfb..7aeea5a2be916b73a76be38e67ca49f1525326ec 100644
--- a/net/quic/chromium/quic_network_transaction_unittest.cc
+++ b/net/quic/chromium/quic_network_transaction_unittest.cc
@@ -2565,7 +2565,7 @@ TEST_P(QuicNetworkTransactionTest, QuicServerPush) {
TEST_P(QuicNetworkTransactionTest, QuicForceHolBlocking) {
FLAGS_quic_enable_version_35 = true;
- FLAGS_quic_enable_version_36 = true;
+ FLAGS_quic_enable_version_36_v2 = true;
params_.quic_force_hol_blocking = true;
params_.origins_to_force_quic_on.insert(
HostPortPair::FromString("mail.example.org:443"));
« no previous file with comments | « no previous file | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698