| Index: content/browser/renderer_host/websocket_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/websocket_dispatcher_host.h b/content/browser/renderer_host/websocket_dispatcher_host.h
|
| index 5d5c804ddf3e98edb607403c52b889fada6560da..6360ee2578a0c6f0136a9e6716544af2977ecfbd 100644
|
| --- a/content/browser/renderer_host/websocket_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/websocket_dispatcher_host.h
|
| @@ -106,6 +106,10 @@ class CONTENT_EXPORT WebSocketDispatcherHost : public BrowserMessageFilter {
|
|
|
| WebSocketHostState BlobSendComplete(int routing_id);
|
|
|
| + WebSocketHostState BlobReceived(int routing_id,
|
| + const std::string& uuid,
|
| + uint64_t size);
|
| +
|
| // Sends a WebSocketMsg_DropChannel IPC and deletes and unregisters the
|
| // channel.
|
| WebSocketHostState DoDropChannel(int routing_id,
|
|
|