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

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

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/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 9f6a8c03d9f7ea65055d834696e5a1e503db489d..6c6fe494f93cf2a50a7474287d2afe0aa84a3490 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_websocket.srpc
@@ -100,19 +100,6 @@
],
'outputs': [['url', 'char[]'], # PP_Var
]
- },
- {'name': 'PPB_WebSocket_SetBinaryType',
- 'inputs': [['ws', 'PP_Resource'], # PP_Resource
- ['binary_type', 'int32_t'], # PP_WebSocketBinaryType
- ],
- 'outputs': [['success', 'int32_t'], # PP_Bool
- ]
- },
- {'name': 'PPB_WebSocket_GetBinaryType',
- 'inputs': [['ws', 'PP_Resource'], # PP_Resource
- ],
- 'outputs': [['binary_type', 'int32_t'], # PP_WebSocketBinaryType
- ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698