| Index: net/websockets/websocket_stream.cc
 | 
| diff --git a/net/websockets/websocket_stream.cc b/net/websockets/websocket_stream.cc
 | 
| index c0d0c4cd0482d1c2d2e98d5646049a8115bae0c9..002d51126c52ca13186f33408a54eae279e98659 100644
 | 
| --- a/net/websockets/websocket_stream.cc
 | 
| +++ b/net/websockets/websocket_stream.cc
 | 
| @@ -111,9 +111,7 @@ class StreamRequestImpl : public WebSocketStreamRequest {
 | 
|      url_request_->SetUserData(
 | 
|          WebSocketHandshakeStreamBase::CreateHelper::DataKey(),
 | 
|          create_helper_);
 | 
| -    url_request_->SetLoadFlags(LOAD_DISABLE_CACHE |
 | 
| -                               LOAD_BYPASS_CACHE |
 | 
| -                               LOAD_DO_NOT_PROMPT_FOR_LOGIN);
 | 
| +    url_request_->SetLoadFlags(LOAD_DISABLE_CACHE | LOAD_BYPASS_CACHE);
 | 
|    }
 | 
|  
 | 
|    // Destroying this object destroys the URLRequest, which cancels the request
 | 
| 
 |