diff options
Diffstat (limited to 'net/socket/ssl_client_socket_pool.h')
-rw-r--r-- | net/socket/ssl_client_socket_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_client_socket_pool.h b/net/socket/ssl_client_socket_pool.h index 8802afc..6ee0155 100644 --- a/net/socket/ssl_client_socket_pool.h +++ b/net/socket/ssl_client_socket_pool.h @@ -206,7 +206,7 @@ class NET_EXPORT_PRIVATE SSLClientSocketPool StreamSocket* socket, int id) OVERRIDE; - virtual void Flush() OVERRIDE; + virtual void FlushWithError(int error) OVERRIDE; virtual bool IsStalled() const OVERRIDE; |