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

Unified Diff: net/http/http_stream_factory.h

Issue 339663010: Add a probability to Alternate-Protocol support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better plumbing Created 6 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.h
diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
index f3b0203ccfbb2befd23db811f886b469ca9ee8ee..4b675a8043802dab6b1a30ce38821b13d449d078 100644
--- a/net/http/http_stream_factory.h
+++ b/net/http/http_stream_factory.h
@@ -179,7 +179,7 @@ class NET_EXPORT HttpStreamFactory {
void ProcessAlternateProtocol(
const base::WeakPtr<HttpServerProperties>& http_server_properties,
- const std::string& alternate_protocol_str,
+ const std::vector<std::string>& alternate_protocol_valuse,
ramant (doing other things) 2014/06/27 22:38:13 nit: valuse -> values
Ryan Hamilton 2014/06/30 19:02:35 Done.
const HostPortPair& http_host_port_pair,
const HttpNetworkSession& session);

Powered by Google App Engine
This is Rietveld 408576698