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

Unified Diff: net/quic/quic_end_to_end_unittest.cc

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: Addressed comments, added more tests 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/quic/quic_end_to_end_unittest.cc
diff --git a/net/quic/quic_end_to_end_unittest.cc b/net/quic/quic_end_to_end_unittest.cc
index 0e3b76ee5c84fa869d9060271f2ec1349776ef62..79700ec6fd0a06c0e90f3256a33c21d91ddbf62b 100644
--- a/net/quic/quic_end_to_end_unittest.cc
+++ b/net/quic/quic_end_to_end_unittest.cc
@@ -83,6 +83,7 @@ class QuicEndToEndTest : public PlatformTest {
request_.load_flags = 0;
params_.enable_quic = true;
+ params_.enable_quic_for_proxies = true;
Ryan Hamilton 2015/02/11 00:20:32 might be interesting to only set this to true for
tbansal1 2015/02/11 01:25:26 Done.
params_.quic_clock = nullptr;
params_.quic_random = nullptr;
params_.host_resolver = &host_resolver_;

Powered by Google App Engine
This is Rietveld 408576698