Index: net/quic/core/quic_flags_list.h |
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h |
index 821f62cd01920d91645e86c321a4e0c2f7c71ad9..b42a99a691e23bee4c750b908d56a6f0898d0aef 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -124,3 +124,7 @@ QUIC_FLAG(bool, FLAGS_quic_only_5rto_client_side, true) |
// If true, QUIC server push will enabled by default. |
QUIC_FLAG(bool, FLAGS_quic_enable_server_push_by_default, true) |
+ |
+// Only inform the QuicSentPacketManager of packets that were sent, |
+// not those that we tried to send. |
+QUIC_FLAG(bool, FLAGS_quic_only_track_sent_packets, true) |