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

Unified Diff: net/url_request/url_request_context_builder.h

Issue 903213003: Enable QUIC for proxies based on Finch config and command line switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed one tiny function. Created 5 years, 10 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 209b36ab809e39111b68700f805b655076cac47f..80d4e63a2bcfa3977ec5f96f0163cbe536fd593e 100644
--- a/net/url_request/url_request_context_builder.h
+++ b/net/url_request/url_request_context_builder.h
@@ -75,6 +75,7 @@ class NET_EXPORT URLRequestContextBuilder {
std::string trusted_spdy_proxy;
bool use_alternate_protocols;
bool enable_quic;
+ bool enable_quic_for_proxies;
Ryan Hamilton 2015/02/14 00:09:23 Does any part of this CL set this member? I'm havi
tbansal1 2015/02/14 01:06:11 Done.
QuicTagVector quic_connection_options;
};

Powered by Google App Engine
This is Rietveld 408576698