| Index: content/child/websocket_bridge.h
|
| diff --git a/content/child/websocket_bridge.h b/content/child/websocket_bridge.h
|
| index ab5e3dca0194a4e84660f230330ed1985cbcc25c..a35b73486a2ece8a59564bba5ba774df6d6d4bd1 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::WebString& additional_headers,
|
| blink::WebSocketHandleClient* client) override;
|
| void send(bool fin,
|
| WebSocketHandle::MessageType type,
|
|
|