Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(672)

Unified Diff: net/quic/chromium/quic_http_stream.h

Issue 2848923004: Move the "wait for QUIC handshake confirmation" logic to QuicChromiumClientSession::StreamRequest (Closed)
Patch Set: fix Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/chromium/quic_chromium_client_session_test.cc ('k') | net/quic/chromium/quic_http_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « net/quic/chromium/quic_chromium_client_session_test.cc ('k') | net/quic/chromium/quic_http_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698