Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / base / proxy_delegate.h
index c16549c..7e00d0c 100644 (file)
@@ -56,6 +56,11 @@ class NET_EXPORT ProxyDelegate {
   virtual void OnBeforeTunnelRequest(const HostPortPair& proxy_server,
                                      HttpRequestHeaders* extra_headers) = 0;
 
+  // Called when the connect attempt to a CONNECT proxy has completed.
+  virtual void OnTunnelConnectCompleted(const HostPortPair& endpoint,
+                                        const HostPortPair& proxy_server,
+                                        int net_error) = 0;
+
   // Called after the response headers for the tunnel request are received.
   virtual void OnTunnelHeadersReceived(
       const HostPortPair& origin,