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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 418423002: Pepper: Stop using SRPC for irt_open_resource(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: spelling fix Created 6 years, 3 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
« ppapi/proxy/nacl_message_scanner.cc ('K') | « ppapi/proxy/nacl_message_scanner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_messages.h
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index 9afdcbc10e3ee7420eb35aad78ef56cc0b5b4461..b7dfcf65114e04c7185825239c8d3e762f14443c 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -828,9 +828,11 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_ChannelCreated,
IPC_MESSAGE_CONTROL0(PpapiHostMsg_StartupInitializationComplete)
// Calls renderer to open a resource file for nacl_irt_open_resource().
-IPC_SYNC_MESSAGE_CONTROL1_1(PpapiHostMsg_OpenResource,
+IPC_SYNC_MESSAGE_CONTROL1_3(PpapiHostMsg_OpenResource,
std::string /* key */,
- ppapi::proxy::SerializedHandle /* fd */)
+ ppapi::proxy::SerializedHandle /* fd */,
+ uint64_t /* file_token_lo */,
+ uint64_t /* file_token_hi */)
// Logs the given message to the console of all instances.
IPC_MESSAGE_CONTROL4(PpapiHostMsg_LogWithSource,
« ppapi/proxy/nacl_message_scanner.cc ('K') | « ppapi/proxy/nacl_message_scanner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698