Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Unified Diff: content/child/websocket_dispatcher.cc

Issue 1574213003: [ABANDONED] Use new Websocket SendBlob IPC from renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@websocket_blob_send_sender
Patch Set: Comment that bufferedAmount may be temporarily too low. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/child/websocket_dispatcher.cc
diff --git a/content/child/websocket_dispatcher.cc b/content/child/websocket_dispatcher.cc
index 9fc3370bb65d8bcc1b380761dba11efcf43103f9..0edb9c6612b93daca2591e861e0c3bbd12b8fef6 100644
--- a/content/child/websocket_dispatcher.cc
+++ b/content/child/websocket_dispatcher.cc
@@ -40,6 +40,7 @@ bool WebSocketDispatcher::OnMessageReceived(const IPC::Message& msg) {
case WebSocketMsg_NotifyStartOpeningHandshake::ID:
case WebSocketMsg_NotifyFinishOpeningHandshake::ID:
case WebSocketMsg_NotifyFailure::ID:
+ case WebSocketMsg_BlobSendComplete::ID:
case WebSocketMsg_SendFrame::ID:
case WebSocketMsg_FlowControl::ID:
case WebSocketMsg_DropChannel::ID:

Powered by Google App Engine
This is Rietveld 408576698