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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/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: rebase again Created 8 years, 8 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/trusted/srpcgen/ppb_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
index efd393b8563616781dcd3f7d1f4029cc1469c324..2731c9d38ebb3e385896d84855f6b38c683af249 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h
@@ -1430,7 +1430,8 @@ class PpbWebSocketRpcServer {
NaClSrpcClosure* done,
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 void PPB_WebSocket_SendMessage(
NaClSrpcRpc* rpc,
NaClSrpcClosure* done,

Powered by Google App Engine
This is Rietveld 408576698