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

Side by Side Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING 5 // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
6 // 6 //
7 // Automatically generated code. See srpcgen.py 7 // Automatically generated code. See srpcgen.py
8 // 8 //
9 // NaCl Simple Remote Procedure Call interface abstractions. 9 // NaCl Simple Remote Procedure Call interface abstractions.
10 10
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 PP_Resource ws, 1175 PP_Resource ws,
1176 nacl_abi_size_t* protocol_bytes, char* protocol); 1176 nacl_abi_size_t* protocol_bytes, char* protocol);
1177 static NaClSrpcError PPB_WebSocket_GetReadyState( 1177 static NaClSrpcError PPB_WebSocket_GetReadyState(
1178 NaClSrpcChannel* channel, 1178 NaClSrpcChannel* channel,
1179 PP_Resource ws, 1179 PP_Resource ws,
1180 int32_t* ready_state); 1180 int32_t* ready_state);
1181 static NaClSrpcError PPB_WebSocket_GetURL( 1181 static NaClSrpcError PPB_WebSocket_GetURL(
1182 NaClSrpcChannel* channel, 1182 NaClSrpcChannel* channel,
1183 PP_Resource ws, 1183 PP_Resource ws,
1184 nacl_abi_size_t* url_bytes, char* url); 1184 nacl_abi_size_t* url_bytes, char* url);
1185 static NaClSrpcError PPB_WebSocket_SetBinaryType(
1186 NaClSrpcChannel* channel,
1187 PP_Resource ws,
1188 int32_t binary_type,
1189 int32_t* success);
1190 static NaClSrpcError PPB_WebSocket_GetBinaryType(
1191 NaClSrpcChannel* channel,
1192 PP_Resource ws,
1193 int32_t* binary_type);
1194 1185
1195 private: 1186 private:
1196 PpbWebSocketRpcClient(); 1187 PpbWebSocketRpcClient();
1197 PpbWebSocketRpcClient(const PpbWebSocketRpcClient&); 1188 PpbWebSocketRpcClient(const PpbWebSocketRpcClient&);
1198 void operator=(const PpbWebSocketRpcClient); 1189 void operator=(const PpbWebSocketRpcClient);
1199 }; // class PpbWebSocketRpcClient 1190 }; // class PpbWebSocketRpcClient
1200 1191
1201 class PpbWidgetRpcClient { 1192 class PpbWidgetRpcClient {
1202 public: 1193 public:
1203 static NaClSrpcError PPB_Widget_IsWidget( 1194 static NaClSrpcError PPB_Widget_IsWidget(
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1247 PpbZoomRpcClient(); 1238 PpbZoomRpcClient();
1248 PpbZoomRpcClient(const PpbZoomRpcClient&); 1239 PpbZoomRpcClient(const PpbZoomRpcClient&);
1249 void operator=(const PpbZoomRpcClient); 1240 void operator=(const PpbZoomRpcClient);
1250 }; // class PpbZoomRpcClient 1241 }; // class PpbZoomRpcClient
1251 1242
1252 1243
1253 1244
1254 1245
1255 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_ 1246 #endif // GEN_PPAPI_PROXY_PPB_RPC_H_
1256 1247
OLDNEW
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppb_rpc.h ('k') | ppapi/tests/test_websocket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698