| Index: net/quic/crypto/crypto_protocol.h
|
| diff --git a/net/quic/crypto/crypto_protocol.h b/net/quic/crypto/crypto_protocol.h
|
| index 2f1cb37c4d5cdf47180433b5f4a07b1ec5f485ca..1f881ea2ea60441ac199547eb6222a40f5e62a8e 100644
|
| --- a/net/quic/crypto/crypto_protocol.h
|
| +++ b/net/quic/crypto/crypto_protocol.h
|
| @@ -57,7 +57,6 @@ const QuicTag kTBBR = TAG('T', 'B', 'B', 'R'); // Reduced Buffer Bloat TCP
|
| const QuicTag kRENO = TAG('R', 'E', 'N', 'O'); // Reno Congestion Control
|
| const QuicTag kBYTE = TAG('B', 'Y', 'T', 'E'); // TCP cubic or reno in bytes
|
| const QuicTag kIW10 = TAG('I', 'W', '1', '0'); // Force ICWND to 10
|
| -const QuicTag kPACE = TAG('P', 'A', 'C', 'E'); // Enable pacing
|
| const QuicTag k1CON = TAG('1', 'C', 'O', 'N'); // Emulate a single connection
|
| const QuicTag kNTLP = TAG('N', 'T', 'L', 'P'); // No tail loss probe
|
| const QuicTag kNCON = TAG('N', 'C', 'O', 'N'); // N Connection Congestion Ctrl
|
|
|