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

Unified Diff: net/spdy/spdy_test_util_common.h

Issue 1817583002: Process Alternative Service headers in net::BidirectionalStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@toggle2
Patch Set: Rebased 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
Index: net/spdy/spdy_test_util_common.h
diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
index e4ad8ec699b3f9be963fd8fbde8acaf32f6d74e9..ec997d0e6f4cf68d556fcd8958281e0c8e8bfc89 100644
--- a/net/spdy/spdy_test_util_common.h
+++ b/net/spdy/spdy_test_util_common.h
@@ -197,6 +197,7 @@ struct SpdySessionDependencies {
bool enable_ping;
bool enable_user_alternate_protocol_ports;
bool enable_npn;
+ bool enable_quic;
NextProto protocol;
size_t session_max_recv_window_size;
size_t stream_max_recv_window_size;

Powered by Google App Engine
This is Rietveld 408576698