| 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 98e80a22105c70a5dde35cbea783847b5d17666d..9508ec785ea69f0444dcdeaf79f2656908c982bd 100644
|
| --- a/net/websockets/websocket_basic_handshake_stream.h
|
| +++ b/net/websockets/websocket_basic_handshake_stream.h
|
| @@ -84,7 +84,7 @@ class NET_EXPORT_PRIVATE WebSocketBasicHandshakeStream
|
| void OnFinishOpeningHandshake();
|
|
|
| // Validates the response and sends the finished handshake event.
|
| - int ValidateResponse(int rv);
|
| + int ValidateResponse(int rv, bool* is_redirect);
|
|
|
| // Check that the headers are well-formed for a 101 response, and returns
|
| // OK if they are, otherwise returns ERR_INVALID_RESPONSE.
|
|
|