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

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 2958133002: Change QuicStreamRequest::Request() to take a preferred QuicVersion so that (Closed)
Patch Set: Add QuicStreamFactoryTest Created 3 years, 6 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
Index: net/http/http_stream_factory_impl_job.h
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
index dbfa4d13a46d7da9965b91fde1e4ff0e40d353c7..1f0df156877b554a3c16b4268cfd7e2dbaee136c 100644
--- a/net/http/http_stream_factory_impl_job.h
+++ b/net/http/http_stream_factory_impl_job.h
@@ -148,6 +148,8 @@ class HttpStreamFactoryImpl::Job {
virtual const NetLogWithSource* GetNetLog() const = 0;
+ virtual const QuicVersionVector& GetAdvertisedQuicVersions() const = 0;
Ryan Hamilton 2017/06/28 18:53:14 nit: Comment.
Zhongyi Shi 2017/07/05 23:08:59 This method has been removed.
+
virtual WebSocketHandshakeStreamBase::CreateHelper*
websocket_handshake_stream_create_helper() = 0;

Powered by Google App Engine
This is Rietveld 408576698