Chromium Code Reviews| Index: net/quic/chromium/quic_chromium_client_session.h |
| diff --git a/net/quic/chromium/quic_chromium_client_session.h b/net/quic/chromium/quic_chromium_client_session.h |
| index f9aa8b81fa26389aec08c30829c17000167b70c2..b6016cc799d9ae1481a2b9367c3639b9ca31ec72 100644 |
| --- a/net/quic/chromium/quic_chromium_client_session.h |
| +++ b/net/quic/chromium/quic_chromium_client_session.h |
| @@ -234,6 +234,10 @@ class NET_EXPORT_PRIVATE QuicChromiumClientSession |
| // than the number of round-trips needed for the handshake. |
| int GetNumSentClientHellos() const; |
| + // Returns the stream id of the push stream if it is not claimed yet. |
| + // Else return 0. |
|
Ryan Hamilton
2016/09/22 21:41:33
nit: // Returns the stream id of the push stream
Zhongyi Shi
2016/09/22 22:57:06
Done.
|
| + QuicStreamId GetStreamIdForPush(const GURL& pushed_url); |
| + |
| // Returns true if |hostname| may be pooled onto this session. If this |
| // is a secure QUIC session, then |hostname| must match the certificate |
| // presented during the handshake. |