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

Unified Diff: src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h

Issue 6218004: Resource64->32, NaCl side. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: First Created 9 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: src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
diff --git a/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
index e6408df2dc0d201ae188c0bf5ecc0dc400fbd4f6..08750d0e86dc79e8e9a853c26133ce26c894ba40 100644
--- a/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
+++ b/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
@@ -304,7 +304,7 @@ class PpbURLRequestInfoRpcClient {
static NaClSrpcError PPB_URLRequestInfo_IsURLRequestInfo(
NaClSrpcChannel* channel,
PP_Resource resource,
- int32_t* is_url_request_info);
+ int32_t* success);
static NaClSrpcError PPB_URLRequestInfo_SetProperty(
NaClSrpcChannel* channel,
PP_Resource request,
@@ -336,7 +336,7 @@ class PpbURLResponseInfoRpcClient {
static NaClSrpcError PPB_URLResponseInfo_IsURLResponseInfo(
NaClSrpcChannel* channel,
PP_Resource resource,
- int32_t* is_url_response_info);
+ int32_t* success);
static NaClSrpcError PPB_URLResponseInfo_GetProperty(
NaClSrpcChannel* channel,
PP_Resource response,

Powered by Google App Engine
This is Rietveld 408576698