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

Unified Diff: jingle/notifier/base/proxy_resolving_client_socket.h

Issue 7532011: Only mark a proxy as bad if we have confirmation that another proxy succeeded for the same request. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better names Created 9 years, 4 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 | jingle/notifier/base/proxy_resolving_client_socket.cc » ('j') | net/proxy/proxy_list.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/proxy_resolving_client_socket.h
diff --git a/jingle/notifier/base/proxy_resolving_client_socket.h b/jingle/notifier/base/proxy_resolving_client_socket.h
index b97315b8536bf13489c3d341a65e34a8b8fd4f44..a651403f070d24a1dcbccf4724fa4e4debd51b54 100644
--- a/jingle/notifier/base/proxy_resolving_client_socket.h
+++ b/jingle/notifier/base/proxy_resolving_client_socket.h
@@ -67,6 +67,7 @@ class ProxyResolvingClientSocket : public net::StreamSocket {
void CloseTransportSocket();
void RunUserConnectCallback(int status);
int ReconsiderProxyAfterError(int error);
+ void ReportSuccessfulProxyConnection();
// Callbacks passed to net APIs.
net::CompletionCallbackImpl<ProxyResolvingClientSocket>
« no previous file with comments | « no previous file | jingle/notifier/base/proxy_resolving_client_socket.cc » ('j') | net/proxy/proxy_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698