| Index: content/child/websocket_bridge.h
|
| diff --git a/content/child/websocket_bridge.h b/content/child/websocket_bridge.h
|
| index ab5e3dca0194a4e84660f230330ed1985cbcc25c..88da7caf10e2a3e09c36de48b1dab5c0bb659d0a 100644
|
| --- a/content/child/websocket_bridge.h
|
| +++ b/content/child/websocket_bridge.h
|
| @@ -34,6 +34,7 @@ class WebSocketBridge : public blink::WebSocketHandle {
|
| void connect(const blink::WebURL& url,
|
| const blink::WebVector<blink::WebString>& protocols,
|
| const blink::WebSecurityOrigin& origin,
|
| + const blink::WebURL& first_party_for_cookies,
|
| blink::WebSocketHandleClient* client) override;
|
| void send(bool fin,
|
| WebSocketHandle::MessageType type,
|
|
|