| Index: net/quic/chromium/quic_http_stream.h
|
| diff --git a/net/quic/chromium/quic_http_stream.h b/net/quic/chromium/quic_http_stream.h
|
| index df61ef52c4672d8fb6d3a751e4226e62fb545e63..062c13b00dd853e802558aea08fe4672c6351aee 100644
|
| --- a/net/quic/chromium/quic_http_stream.h
|
| +++ b/net/quic/chromium/quic_http_stream.h
|
| @@ -101,8 +101,6 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| STATE_REQUEST_STREAM,
|
| STATE_REQUEST_STREAM_COMPLETE,
|
| STATE_SET_REQUEST_PRIORITY,
|
| - STATE_WAIT_FOR_CONFIRMATION,
|
| - STATE_WAIT_FOR_CONFIRMATION_COMPLETE,
|
| STATE_SEND_HEADERS,
|
| STATE_SEND_HEADERS_COMPLETE,
|
| STATE_READ_REQUEST_BODY,
|
| @@ -121,8 +119,6 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| int DoRequestStream();
|
| int DoRequestStreamComplete(int rv);
|
| int DoSetRequestPriority();
|
| - int DoWaitForConfirmation();
|
| - int DoWaitForConfirmationComplete(int rv);
|
| int DoSendHeaders();
|
| int DoSendHeadersComplete(int rv);
|
| int DoReadRequestBody();
|
|
|