| Index: net/websockets/websocket_channel.h
|
| diff --git a/net/websockets/websocket_channel.h b/net/websockets/websocket_channel.h
|
| index 8e7e8c36866bb9391d7b05599ca6f48a8d8e02f4..ce46388dd0a26cec62181aa1dc72415eaefd32f2 100644
|
| --- a/net/websockets/websocket_channel.h
|
| +++ b/net/websockets/websocket_channel.h
|
| @@ -50,6 +50,7 @@ class NET_EXPORT WebSocketChannel {
|
| const GURL&,
|
| const std::vector<std::string>&,
|
| const url::Origin&,
|
| + const GURL&,
|
| const std::string&,
|
| URLRequestContext*,
|
| const BoundNetLog&,
|
| @@ -73,6 +74,7 @@ class NET_EXPORT WebSocketChannel {
|
| const GURL& socket_url,
|
| const std::vector<std::string>& requested_protocols,
|
| const url::Origin& origin,
|
| + const GURL& first_party_for_cookies,
|
| const std::string& additional_headers);
|
|
|
| // Sends a data frame to the remote side. It is the responsibility of the
|
| @@ -123,6 +125,7 @@ class NET_EXPORT WebSocketChannel {
|
| const GURL& socket_url,
|
| const std::vector<std::string>& requested_protocols,
|
| const url::Origin& origin,
|
| + const GURL& first_party_for_cookies,
|
| const std::string& additional_headers,
|
| const WebSocketStreamCreator& creator);
|
|
|
| @@ -216,6 +219,7 @@ class NET_EXPORT WebSocketChannel {
|
| const GURL& socket_url,
|
| const std::vector<std::string>& requested_protocols,
|
| const url::Origin& origin,
|
| + const GURL& first_party_for_cookies,
|
| const std::string& additional_headers,
|
| const WebSocketStreamCreator& creator);
|
|
|
|
|