Chromium Code Reviews| Index: net/quic/quic_config.h |
| diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h |
| index e03c640872a6600bf01ef2c6b9c1475d4266b4fc..a4d612978f2cdd688d44c21372fc4eea7de91314 100644 |
| --- a/net/quic/quic_config.h |
| +++ b/net/quic/quic_config.h |
| @@ -310,6 +310,8 @@ class NET_EXPORT_PRIVATE QuicConfig { |
| return max_undecryptable_packets_; |
| } |
| + bool HasSetBytesForConnectionIdToSend() const; |
| + |
| // Sets the peer's connection id length, in bytes. |
| void SetBytesForConnectionIdToSend(uint32 bytes); |