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> |