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

Unified Diff: net/spdy/spdy_session_spdy3_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: Rebased, post first try if online, more tests 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_session_spdy3_unittest.cc
diff --git a/net/spdy/spdy_session_spdy3_unittest.cc b/net/spdy/spdy_session_spdy3_unittest.cc
index 21fd7000a15023c9b2df33773783ed7b28f92758..82b4287408062f388de26afb26629eb676c44246 100644
--- a/net/spdy/spdy_session_spdy3_unittest.cc
+++ b/net/spdy/spdy_session_spdy3_unittest.cc
@@ -1102,7 +1102,7 @@ void IPPoolingTest(bool clean_via_close_current_sessions) {
spdy_session_pool->Remove(session2);
session2 = NULL;
} else {
- spdy_session_pool->CloseCurrentSessions();
+ spdy_session_pool->CloseCurrentSessions(net::ERR_ABORTED);
}
// Verify that the map is all cleaned up.

Powered by Google App Engine
This is Rietveld 408576698