Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 864e12b5e77e689ee08337b93aa3bd5038dc4025..9a49a34bae7b8e08125d555d6554246743072137 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -46,3 +46,7 @@ bool FLAGS_quic_timeouts_only_from_alarms = true; |
// If true, then QUIC connections will set both idle and overall timeouts in a |
// single method. |
bool FLAGS_quic_unified_timeouts = false; |
+ |
+// If true, store any CachedNetworkParams that are provided in the STK from the |
+// CHLO. |
+bool FLAGS_quic_store_cached_network_params_from_chlo = false; |