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

Unified Diff: net/url_request/url_request_context_builder.h

Issue 544223003: Add SetSupportsQuic method to explicitly specify server that supports QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 6 years, 3 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/url_request/url_request_context_builder.h
diff --git a/net/url_request/url_request_context_builder.h b/net/url_request/url_request_context_builder.h
index 6fca1d6cbcd7ebb9aa80d0fb0c8f259f9da5787e..90533727097a8d1b1e63fe00f82af5d10292b606 100644
--- a/net/url_request/url_request_context_builder.h
+++ b/net/url_request/url_request_context_builder.h
@@ -71,6 +71,7 @@ class NET_EXPORT URLRequestContextBuilder {
NextProtoVector next_protos;
std::string trusted_spdy_proxy;
bool use_alternate_protocols;
+ bool enable_quic;
};
URLRequestContextBuilder();

Powered by Google App Engine
This is Rietveld 408576698