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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc

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/ppb_websocket.srpc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
index 9b9c665242c5d76891b1bbbf67f98fb349403512..44ed1455154726555eb3d51975e1048a4d12a680 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
@@ -44,6 +44,7 @@
['callback_id', 'int32_t'], # PP_CompletionCallback
],
'outputs': [['pp_error', 'int32_t'], # int32_t
+ ['sync_read_buffer', 'char[]'], # PP_Var
]
},
{'name': 'PPB_WebSocket_SendMessage',

Powered by Google App Engine
This is Rietveld 408576698