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

Unified Diff: components/html_viewer/web_socket_handle_impl.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 | « no previous file | components/html_viewer/web_socket_handle_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/web_socket_handle_impl.h
diff --git a/components/html_viewer/web_socket_handle_impl.h b/components/html_viewer/web_socket_handle_impl.h
index a7761183cc55941947c8b582720f95a8696ea32f..db872d84b064234d2a189d741015a0db630dae73 100644
--- a/components/html_viewer/web_socket_handle_impl.h
+++ b/components/html_viewer/web_socket_handle_impl.h
@@ -39,6 +39,7 @@ class WebSocketHandleImpl : public blink::WebSocketHandle {
const blink::WebSecurityOrigin& origin,
blink::WebSocketHandleClient*) override;
void send(bool fin, MessageType, const char* data, size_t size) override;
+ void sendBlob(const blink::WebString& uuid, uint64_t expectedSize) override;
void flowControl(int64_t quota) override;
void close(unsigned short code, const blink::WebString& reason) override;
« no previous file with comments | « no previous file | components/html_viewer/web_socket_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698