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

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

Issue 9296001: WebSocket Pepper API: Remove binary type handling interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 11 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 d6fa45e844e146d07746d4b631db1ea0eb50d3ce..b2fda1b25f2b11960df9347f6f7ac592242359d7 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
@@ -1362,17 +1362,6 @@ class PpbWebSocketRpcServer {
NaClSrpcClosure* done,
PP_Resource ws,
nacl_abi_size_t* url_bytes, char* url);
- static void PPB_WebSocket_SetBinaryType(
- NaClSrpcRpc* rpc,
- NaClSrpcClosure* done,
- PP_Resource ws,
- int32_t binary_type,
- int32_t* success);
- static void PPB_WebSocket_GetBinaryType(
- NaClSrpcRpc* rpc,
- NaClSrpcClosure* done,
- PP_Resource ws,
- int32_t* binary_type);
private:
PpbWebSocketRpcServer();

Powered by Google App Engine
This is Rietveld 408576698