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 9a6ebb2b490f474bf365c2ef8464620ffd6f0a60..d721eedc84c096bcbed0336a60456dd9b630aad0 100644 |
--- a/net/quic/quic_crypto_client_stream.h |
+++ b/net/quic/quic_crypto_client_stream.h |
@@ -20,6 +20,7 @@ class QuicClientSessionBase; |
namespace test { |
class CryptoTestUtils; |
+class QuicClientSessionPeer; |
} // namespace test |
class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
@@ -44,6 +45,8 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
// than the number of round-trips needed for the handshake. |
int num_sent_client_hellos() const; |
+ bool WasChannelIDSent() const; |
wtc
2014/07/01 23:00:15
Please document this method.
For your reference,
Ryan Hamilton
2014/07/01 23:26:20
Done.
|
+ |
private: |
// ChannelIDSourceCallbackImpl is passed as the callback method to |
// GetChannelIDKey. The ChannelIDSource calls this class with the result of |
@@ -86,6 +89,7 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
}; |
friend class test::CryptoTestUtils; |
+ friend class test::QuicClientSessionPeer; |
enum State { |
STATE_IDLE, |