summaryrefslogtreecommitdiffstats
path: root/net/http/http_proxy_client_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_proxy_client_socket.h')
-rw-r--r--net/http/http_proxy_client_socket.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/http/http_proxy_client_socket.h b/net/http/http_proxy_client_socket.h
index e11e731..335f930 100644
--- a/net/http/http_proxy_client_socket.h
+++ b/net/http/http_proxy_client_socket.h
@@ -70,7 +70,11 @@ class HttpProxyClientSocket : public ClientSocket {
// ClientSocket methods:
// Authenticates to the Http Proxy and then passes data freely.
- virtual int Connect(CompletionCallback* callback);
+ virtual int Connect(CompletionCallback* callback
+#ifdef ANDROID
+ , bool wait_for_connect
+#endif
+ );
virtual void Disconnect();
virtual bool IsConnected() const;
virtual bool IsConnectedAndIdle() const;