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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 9802027: WebSocket Pepper API: synchronous completion support (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 9 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: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
index 288455f2e19923a346dd06d7458f9624f03d959a..e0e496a29ebfaf14bf5d88294e68d00d9feba610 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
@@ -1259,7 +1259,8 @@ class PpbWebSocketRpcClient {
NaClSrpcChannel* channel,
PP_Resource ws,
int32_t callback_id,
- int32_t* pp_error);
+ int32_t* pp_error,
+ nacl_abi_size_t* sync_read_buffer_bytes, char* sync_read_buffer);
static NaClSrpcError PPB_WebSocket_SendMessage(
NaClSrpcChannel* channel,
PP_Resource ws,

Powered by Google App Engine
This is Rietveld 408576698