Index: net/quic/quic_crypto_client_stream.cc |
diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc |
index 9ed7d745f0b88afd9b9e9910fe671cefdac8c7ba..eda95744c35ab7b412fa8f5367486b65a0033852 100644 |
--- a/net/quic/quic_crypto_client_stream.cc |
+++ b/net/quic/quic_crypto_client_stream.cc |
@@ -109,6 +109,10 @@ int QuicCryptoClientStream::num_sent_client_hellos() const { |
return num_client_hellos_; |
} |
+bool QuicCryptoClientStream::WasChannelIDSent() const { |
+ return channel_id_key_.get() != NULL; |
wtc
2014/07/01 23:00:15
Please add a TODO comment that we should replace t
Ryan Hamilton
2014/07/01 23:26:20
Done.
|
+} |
+ |
// kMaxClientHellos is the maximum number of times that we'll send a client |
// hello. The value 3 accounts for: |
// * One failure due to an incorrect or missing source-address token. |