| Index: net/websockets/websocket_basic_handshake_stream.h
|
| diff --git a/net/websockets/websocket_basic_handshake_stream.h b/net/websockets/websocket_basic_handshake_stream.h
|
| index 67458b0d6a49c924ae241b8a46b3901fd41892ec..634674aa9c136a9dc8f16de64be642da3c2b8f30 100644
|
| --- a/net/websockets/websocket_basic_handshake_stream.h
|
| +++ b/net/websockets/websocket_basic_handshake_stream.h
|
| @@ -87,7 +87,7 @@ class NET_EXPORT_PRIVATE WebSocketBasicHandshakeStream
|
| void OnFinishOpeningHandshake();
|
|
|
| // Validates the response and sends the finished handshake event.
|
| - int ValidateResponse(int rv, bool* is_redirect);
|
| + int ValidateResponse(int rv);
|
|
|
| // Check that the headers are well-formed for a 101 response, and returns
|
| // OK if they are, otherwise returns ERR_INVALID_RESPONSE.
|
|
|