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

Unified Diff: net/spdy/spdy_test_util_common.cc

Issue 1662913002: Initialize AltSvc flags to false in SpdySessionDependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_test_util_common.cc
diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc
index 7b970ea39635bc8b2d0801663a5278674d97a2c3..a166565208e701d3717988b6d7e80164209eb77d 100644
--- a/net/spdy/spdy_test_util_common.cc
+++ b/net/spdy/spdy_test_util_common.cc
@@ -387,8 +387,8 @@ SpdySessionDependencies::SpdySessionDependencies(
time_func(&base::TimeTicks::Now),
enable_spdy31(true),
enable_http2(true),
- parse_alternative_services(true),
- enable_alternative_service_with_different_host(true),
+ parse_alternative_services(false),
+ enable_alternative_service_with_different_host(false),
net_log(NULL) {
DCHECK(next_proto_is_spdy(protocol)) << "Invalid protocol: " << protocol;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698