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

Unified Diff: src/shared/ppapi_proxy/ppb_url_response_info.srpc

Issue 5974006: Convert srpc definitions from using int64 to using PP_Instance, PP_Module, an... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 10 years 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
« no previous file with comments | « src/shared/ppapi_proxy/ppb_url_request_info.srpc ('k') | src/shared/ppapi_proxy/ppp.srpc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/ppapi_proxy/ppb_url_response_info.srpc
===================================================================
--- src/shared/ppapi_proxy/ppb_url_response_info.srpc (revision 4040)
+++ src/shared/ppapi_proxy/ppb_url_response_info.srpc (working copy)
@@ -9,22 +9,22 @@
'name': 'PpbURLResponseInfoRpc',
'rpcs': [
{'name': 'PPB_URLResponseInfo_IsURLResponseInfo',
- 'inputs': [['resource', 'int64_t'], # PP_Resource
+ 'inputs': [['resource', 'PP_Resource'], # PP_Resource
],
'outputs': [['is_url_response_info', 'int32_t'], # PP_Bool
]
},
{'name': 'PPB_URLResponseInfo_GetProperty',
- 'inputs': [['response', 'int64_t'], # PP_Resource
+ 'inputs': [['response', 'PP_Resource'], # PP_Resource
['property', 'int32_t'], # PP_URLResponseProperty
],
'outputs': [['value', 'char[]'], # PP_Var
]
},
{'name': 'PPB_URLResponseInfo_GetBodyAsFileRef',
- 'inputs': [['response', 'int64_t'], # PP_Resource
+ 'inputs': [['response', 'PP_Resource'], # PP_Resource
],
- 'outputs': [['file_ref', 'int64_t'], # PP_Resource
+ 'outputs': [['file_ref', 'PP_Resource'], # PP_Resource
]
},
]
« no previous file with comments | « src/shared/ppapi_proxy/ppb_url_request_info.srpc ('k') | src/shared/ppapi_proxy/ppp.srpc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698