| Index: net/websockets/websocket_stream.cc
|
| diff --git a/net/websockets/websocket_stream.cc b/net/websockets/websocket_stream.cc
|
| index ef62c246c7bda768b1ed05bd98e81f918f0e94a8..8cca3655ec05c938091c7078472b45a24a6a474b 100644
|
| --- a/net/websockets/websocket_stream.cc
|
| +++ b/net/websockets/websocket_stream.cc
|
| @@ -116,6 +116,7 @@ class WebSocketStreamRequestImpl : public WebSocketStreamRequest {
|
| WebSocketHandshakeStreamBase::CreateHelper::DataKey(),
|
| handshake_stream_create_helper_);
|
| url_request_->SetLoadFlags(LOAD_DISABLE_CACHE | LOAD_BYPASS_CACHE);
|
| + connect_delegate_->OnCreateRequest(url_request_.get());
|
| }
|
|
|
| // Destroying this object destroys the URLRequest, which cancels the request
|
|
|