| Index: content/browser/renderer_host/websocket_host.h
|
| diff --git a/content/browser/renderer_host/websocket_host.h b/content/browser/renderer_host/websocket_host.h
|
| index 626f6bea76e82ff6996b0d1d12efd2e1df5a87a7..2077f921fe7f1553f05ae98c9dd72bc4cae09ec6 100644
|
| --- a/content/browser/renderer_host/websocket_host.h
|
| +++ b/content/browser/renderer_host/websocket_host.h
|
| @@ -69,11 +69,13 @@ class CONTENT_EXPORT WebSocketHost {
|
| void OnAddChannelRequest(const GURL& socket_url,
|
| const std::vector<std::string>& requested_protocols,
|
| const url::Origin& origin,
|
| + const GURL& first_party_for_cookies,
|
| int render_frame_id);
|
|
|
| void AddChannel(const GURL& socket_url,
|
| const std::vector<std::string>& requested_protocols,
|
| const url::Origin& origin,
|
| + const GURL& first_party_for_cookies,
|
| int render_frame_id);
|
|
|
| void OnSendBlob(const std::string& uuid, uint64_t expected_size);
|
|
|