Index: net/quic/quic_crypto_client_stream.h |
diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h |
index edb0c359453c41f6aa121b5aa96a557a47df521f..a0bfe06b0e1060aaefb753d8b406452c0a727018 100644 |
--- a/net/quic/quic_crypto_client_stream.h |
+++ b/net/quic/quic_crypto_client_stream.h |
@@ -133,6 +133,9 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
// Generation counter from QuicCryptoClientConfig's CachedState. |
uint64 generation_counter_; |
+ // True if a channel ID was sent. |
+ bool channel_id_sent_; |
+ |
// channel_id_source_callback_ contains the callback object that we passed |
// to an asynchronous channel ID lookup. The ChannelIDSource owns this |
// object. |