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

Unified Diff: net/quic/quic_flags.h

Issue 1980663003: Add a new QUIC ChloExtractor class used by the QuicProxyDispatcher to extract CHLO message from pac… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@121403250
Patch Set: Created 4 years, 7 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/quic/quic_flags.h
diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
index b52e9787e769ca2472c268b84911031cdfdb99dc..6e69aed17a44dce31e69d09578592a4aa2b6e4a4 100644
--- a/net/quic/quic_flags.h
+++ b/net/quic/quic_flags.h
@@ -31,6 +31,7 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_supports_push_promise;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_cede_correctly;
NET_EXPORT_PRIVATE extern bool
FLAGS_quic_crypto_server_config_default_has_chacha20;
+NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_chlo_extractor;
Ryan Hamilton 2016/05/13 20:27:09 Sorry, I'm an idiot. I didn't realize where this f
Buck 2016/05/13 21:25:55 Done.
NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_new_tcp_sender;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_connection_defer_ack_response;
NET_EXPORT_PRIVATE extern bool FLAGS_quic_reply_to_rej;
« no previous file with comments | « net/net.gypi ('k') | net/quic/quic_flags.cc » ('j') | net/tools/quic/quic_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698