| Index: net/websockets/websocket_basic_handshake_stream.cc
|
| diff --git a/net/websockets/websocket_basic_handshake_stream.cc b/net/websockets/websocket_basic_handshake_stream.cc
|
| index 2fba665721ef13ba3ed617dd9cab44131fafd031..16e7368cff03f5b8cbb0eab2ea4365dc5266ecd3 100644
|
| --- a/net/websockets/websocket_basic_handshake_stream.cc
|
| +++ b/net/websockets/websocket_basic_handshake_stream.cc
|
| @@ -295,9 +295,7 @@ WebSocketBasicHandshakeStream::WebSocketBasicHandshakeStream(
|
| std::vector<std::string> requested_sub_protocols,
|
| std::vector<std::string> requested_extensions,
|
| WebSocketStreamRequest* request)
|
| - : state_(std::move(connection),
|
| - using_proxy,
|
| - false /* http_09_on_non_default_ports_enabled */),
|
| + : state_(std::move(connection), using_proxy),
|
| connect_delegate_(connect_delegate),
|
| http_response_info_(nullptr),
|
| requested_sub_protocols_(requested_sub_protocols),
|
|
|