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

Unified Diff: net/quic/quic_client_promised_info.h

Issue 1905073002: Quic will push urls in x-associate-content and link headers upon ResponseHeadersComplete(). Change … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@119778209
Patch Set: Rebase Created 4 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 | « no previous file | net/quic/quic_spdy_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_client_promised_info.h
diff --git a/net/quic/quic_client_promised_info.h b/net/quic/quic_client_promised_info.h
index db03bdc3be0f93fd110f11b66d5a55caa27b7ebe..5b14d1454916ee39aa274093786d78d148f1c3ab 100644
--- a/net/quic/quic_client_promised_info.h
+++ b/net/quic/quic_client_promised_info.h
@@ -54,6 +54,8 @@ class NET_EXPORT_PRIVATE QuicClientPromisedInfo
void Cancel() override;
+ void Reset(QuicRstStreamErrorCode error_code);
+
// Client requests are initially associated to promises by matching
// URL in the client request against the URL in the promise headers,
// uing the |promised_by_url| map. The push can be cross-origin, so
@@ -88,8 +90,6 @@ class NET_EXPORT_PRIVATE QuicClientPromisedInfo
QuicClientPromisedInfo* promised_;
};
- void Reset(QuicRstStreamErrorCode error_code);
-
QuicAsyncStatus FinalValidation();
QuicClientSessionBase* session_;
« no previous file with comments | « no previous file | net/quic/quic_spdy_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698