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

Unified Diff: net/socket/socks_client_socket_pool.h

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: Flush -> FlushWithError, FlushSocketPools -> FlushSocketPoolsWithError 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/socket/socks_client_socket_pool.h
diff --git a/net/socket/socks_client_socket_pool.h b/net/socket/socks_client_socket_pool.h
index 090c29f65a2701efe4d893205d0e2e263a9e49a4..96c484263ca2f517c8ef60cdd87a803a2bed7963 100644
--- a/net/socket/socks_client_socket_pool.h
+++ b/net/socket/socks_client_socket_pool.h
@@ -137,7 +137,7 @@ class NET_EXPORT_PRIVATE SOCKSClientSocketPool
StreamSocket* socket,
int id) OVERRIDE;
- virtual void Flush() OVERRIDE;
+ virtual void FlushWithError(int error) OVERRIDE;
virtual bool IsStalled() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698