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

Unified Diff: net/spdy/spdy_network_transaction_spdy2_unittest.cc

Issue 11464028: Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on that error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/spdy/spdy_network_transaction_spdy2_unittest.cc
diff --git a/net/spdy/spdy_network_transaction_spdy2_unittest.cc b/net/spdy/spdy_network_transaction_spdy2_unittest.cc
index fc9fdf37b96fb0b1b9e2a9ea90a2cfad5c588131..4ab5fe00ebebef6f30c405ed6c13b642135a1cda 100644
--- a/net/spdy/spdy_network_transaction_spdy2_unittest.cc
+++ b/net/spdy/spdy_network_transaction_spdy2_unittest.cc
@@ -169,7 +169,7 @@ class SpdyNetworkTransactionSpdy2Test
output_.rv = callback.WaitForResult();
if (output_.rv != OK) {
- session_->spdy_session_pool()->CloseCurrentSessions();
+ session_->spdy_session_pool()->CloseCurrentSessions(net::ERR_ABORTED);
return;
}

Powered by Google App Engine
This is Rietveld 408576698