Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 69b2ab41c00b627a34a62f1e0b2ebc6509cb03c2..9a7479d485484b5592456a700896ea71796da5f7 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -755,7 +755,9 @@ void NET_EXPORT_PRIVATE InsertMissingPacketsBetween( |
// (Reno and Cubic are the classic example for that). |
enum CongestionControlType { |
kCubic, |
+ kCubicBytes, |
kReno, |
+ kRenoBytes, |
kBBR, |
}; |