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

Unified Diff: net/quic/core/quic_headers_stream_test.cc

Issue 2225153002: Increments --spdy_framer_use_new_methods2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@129160718
Patch Set: Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_headers_stream_test.cc
diff --git a/net/quic/core/quic_headers_stream_test.cc b/net/quic/core/quic_headers_stream_test.cc
index 00fd09d91b4769ed2aac599499f8b7215d4b35d7..280a573213c3ebd2450c9c63c341c22265a099ad 100644
--- a/net/quic/core/quic_headers_stream_test.cc
+++ b/net/quic/core/quic_headers_stream_test.cc
@@ -40,7 +40,7 @@ using testing::_;
// TODO(bnc): Merge these correctly.
bool FLAGS_use_http2_frame_decoder_adapter;
bool FLAGS_spdy_use_hpack_decoder2;
-bool FLAGS_spdy_framer_use_new_methods2;
+bool FLAGS_spdy_framer_use_new_methods3;
namespace net {
namespace test {
@@ -195,7 +195,7 @@ struct TestParams {
FLAGS_use_http2_frame_decoder_adapter = true;
// Http2FrameDecoderAdapter needs the new header methods, else
// --use_http2_frame_decoder_adapter=true will be ignored.
- FLAGS_spdy_framer_use_new_methods2 = true;
+ FLAGS_spdy_framer_use_new_methods3 = true;
break;
}
switch (hpack_decoder) {
@@ -205,7 +205,7 @@ struct TestParams {
case HPACK_DECODER_NEW:
FLAGS_spdy_use_hpack_decoder2 = true;
// Needs new header methods to be used.
- FLAGS_spdy_framer_use_new_methods2 = true;
+ FLAGS_spdy_framer_use_new_methods3 = true;
break;
}
FLAGS_quic_always_log_bugs_for_tests = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698