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 7794a6177faad0e6f3e73c5d5086e1dcb7d763cc..a977aa9344df965a0636f50d50368780bbaf59f9 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -44,9 +44,6 @@ QUIC_FLAG(bool, FLAGS_quic_enable_multipath, false) |
// TODO(rtenneti): Enable this flag after CryptoServerTest's are fixed. |
QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation, false) |
-// If true, Cubic's epoch is shifted when the sender is application-limited. |
-QUIC_FLAG(bool, FLAGS_shift_quic_cubic_epoch_when_app_limited, false) |
- |
// If true, QUIC will measure head of line (HOL) blocking due between |
// streams due to packet losses on the headers stream. The |
// measurements will be surfaced via UMA histogram |