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

Unified Diff: third_party/WebKit/public/platform/modules/websockets/WebSocketHandleClient.h

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
« no previous file with comments | « third_party/WebKit/public/platform/modules/websockets/WebSocketHandle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/websockets/WebSocketHandleClient.h
diff --git a/third_party/WebKit/public/platform/modules/websockets/WebSocketHandleClient.h b/third_party/WebKit/public/platform/modules/websockets/WebSocketHandleClient.h
index 249d5d02cb289fbbe7555b5d9e50261d518c87c9..5f2e954e8903b549644628c2798f5159ce110217 100644
--- a/third_party/WebKit/public/platform/modules/websockets/WebSocketHandleClient.h
+++ b/third_party/WebKit/public/platform/modules/websockets/WebSocketHandleClient.h
@@ -74,6 +74,9 @@ public:
// Called when the browser receives a Close frame from the remote
// server. Not called when the renderer initiates the closing handshake.
virtual void didStartClosingHandshake(WebSocketHandle*) = 0;
+
+ // Called when a browser-side Blob send completes.
+ virtual void didCompleteSendingBlob(WebSocketHandle*) = 0;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/public/platform/modules/websockets/WebSocketHandle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698