| Index: net/websockets/websocket_stream.h
|
| diff --git a/net/websockets/websocket_stream.h b/net/websockets/websocket_stream.h
|
| index 28c9085150688d92594b6cf2100fb32fdc78d13e..002c21a78386b2040a10b44bca0502815630b86d 100644
|
| --- a/net/websockets/websocket_stream.h
|
| +++ b/net/websockets/websocket_stream.h
|
| @@ -108,6 +108,7 @@ class NET_EXPORT_PRIVATE WebSocketStream {
|
| const GURL& socket_url,
|
| const std::vector<std::string>& requested_subprotocols,
|
| const url::Origin& origin,
|
| + const GURL& first_party_for_cookies,
|
| const std::string& additional_headers,
|
| URLRequestContext* url_request_context,
|
| const BoundNetLog& net_log,
|
| @@ -224,6 +225,7 @@ CreateAndConnectStreamForTesting(
|
| const GURL& socket_url,
|
| std::unique_ptr<WebSocketHandshakeStreamCreateHelper> create_helper,
|
| const url::Origin& origin,
|
| + const GURL& first_party_for_cookies,
|
| const std::string& additional_headers,
|
| URLRequestContext* url_request_context,
|
| const BoundNetLog& net_log,
|
|
|