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

Unified Diff: net/spdy/chromium/spdy_test_util_common.cc

Issue 2873243004: Do not mark QUIC as bad on network change events (Closed)
Patch Set: Created 3 years, 7 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 | « net/spdy/chromium/spdy_test_util_common.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/spdy_test_util_common.cc
diff --git a/net/spdy/chromium/spdy_test_util_common.cc b/net/spdy/chromium/spdy_test_util_common.cc
index fd683c4885cd5d9f3842d5cd87afaf3428f4b52c..d4de2c905cd465cb2a61bb05ac7100c64575332e 100644
--- a/net/spdy/chromium/spdy_test_util_common.cc
+++ b/net/spdy/chromium/spdy_test_util_common.cc
@@ -349,8 +349,7 @@ SpdySessionDependencies::SpdySessionDependencies(
time_func(&base::TimeTicks::Now),
enable_http2_alternative_service(false),
net_log(nullptr),
- http_09_on_non_default_ports_enabled(false),
- quic_do_not_mark_as_broken_on_network_change(false) {
+ http_09_on_non_default_ports_enabled(false) {
// Note: The CancelledTransaction test does cleanup by running all
// tasks in the message loop (RunAllPending). Unfortunately, that
// doesn't clean up tasks on the host resolver thread; and
@@ -417,8 +416,6 @@ HttpNetworkSession::Params SpdySessionDependencies::CreateSessionParams(
params.net_log = session_deps->net_log;
params.http_09_on_non_default_ports_enabled =
session_deps->http_09_on_non_default_ports_enabled;
- params.quic_do_not_mark_as_broken_on_network_change =
- session_deps->quic_do_not_mark_as_broken_on_network_change;
return params;
}
« no previous file with comments | « net/spdy/chromium/spdy_test_util_common.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698