| 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 ba10f1c3885509a114c55bfe0bdee420f11c388c..1ec5c50469c522c24cde25176933d4b6cf3f4805 100644
|
| --- a/content/browser/renderer_host/websocket_host.h
|
| +++ b/content/browser/renderer_host/websocket_host.h
|
| @@ -25,6 +25,7 @@ class Message;
|
|
|
| namespace content {
|
|
|
| +class SerializedOrigin;
|
| class WebSocketDispatcherHost;
|
|
|
| // Host of net::WebSocketChannel. The lifetime of an instance of this class is
|
| @@ -47,7 +48,7 @@ class CONTENT_EXPORT WebSocketHost {
|
|
|
| void OnAddChannelRequest(const GURL& socket_url,
|
| const std::vector<std::string>& requested_protocols,
|
| - const GURL& origin);
|
| + const SerializedOrigin& origin);
|
|
|
| void OnSendFrame(bool fin,
|
| WebSocketMessageType type,
|
|
|