| Index: net/http/http_proxy_client_socket_pool.h
|
| diff --git a/net/http/http_proxy_client_socket_pool.h b/net/http/http_proxy_client_socket_pool.h
|
| index 988191b18ab6852fa173f734e8fa0b322ba1d112..8bdbfc2634be44b32fb7a0bd2ddefbe6c1cd0ef3 100644
|
| --- a/net/http/http_proxy_client_socket_pool.h
|
| +++ b/net/http/http_proxy_client_socket_pool.h
|
| @@ -150,6 +150,8 @@ class HttpProxyConnectJob : public ConnectJob {
|
| int DoSpdyProxyCreateStream();
|
| int DoSpdyProxyCreateStreamComplete(int result);
|
|
|
| + void NotifyProxyDelegateOfCompletion(int result);
|
| +
|
| // Begins the tcp connection and the optional Http proxy tunnel. If the
|
| // request is not immediately servicable (likely), the request will return
|
| // ERR_IO_PENDING. An OK return from this function or the callback means
|
|
|