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

Unified Diff: net/http/http_stream_factory_impl_job.h

Issue 665083009: ABANDONED Handle multiple AlternateProtocols for each HostPortPair. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 55bfeecc9f96376a318803faa54a3039d5773c96..648e75c6bb5c680f286cbf6b1c247aa3e5ba2b3f 100644
--- a/net/http/http_stream_factory_impl_job.h
+++ b/net/http/http_stream_factory_impl_job.h
@@ -275,6 +275,10 @@ class HttpStreamFactoryImpl::Job {
// and will specify the original URL.
scoped_ptr<GURL> original_url_;
+ // If this is a Job for an "Alternate-Protocol", then this will specify the
+ // alternate protocol.
+ AlternateProtocolInfo alternate_protocol_;
Ryan Hamilton 2014/11/03 19:00:31 I think this should probably be initialized in the
Bence 2014/11/03 22:32:26 I specifically added a default constructor to Alte
Ryan Hamilton 2014/11/04 18:56:22 Ah, good point. For some reason I was thinking it
+
// This is the Job we're dependent on. It will notify us if/when it's OK to
// proceed.
Job* blocking_job_;

Powered by Google App Engine
This is Rietveld 408576698