| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index eb213871d3e8db5b0fd9383872ed95124326ffb0..7a1302ed475da537ca079886cc43fb3876333fd6 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -96,6 +96,8 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| STATE_NONE,
|
| STATE_REQUEST_STREAM,
|
| STATE_SET_REQUEST_PRIORITY,
|
| + STATE_WAIT_FOR_CONFIRMATION,
|
| + STATE_WAIT_FOR_CONFIRMATION_COMPLETE,
|
| STATE_SEND_HEADERS,
|
| STATE_SEND_HEADERS_COMPLETE,
|
| STATE_READ_REQUEST_BODY,
|
| @@ -112,6 +114,8 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| int DoLoop(int rv);
|
| int DoStreamRequest();
|
| int DoSetRequestPriority();
|
| + int DoWaitForConfirmation();
|
| + int DoWaitForConfirmationComplete(int rv);
|
| int DoSendHeaders();
|
| int DoSendHeadersComplete(int rv);
|
| int DoReadRequestBody();
|
|
|