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

Unified Diff: ppapi/api/ppb_messaging.idl

Issue 564573002: PPAPI: Make PPP_MessageHandler work in PNaCl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge 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
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppp_message_handler.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_messaging.idl
diff --git a/ppapi/api/ppb_messaging.idl b/ppapi/api/ppb_messaging.idl
index 5100f5f5ed879ef6e764cbcaab7367276eb00750..b6da9e8da4019babc1eb2cd813fc357030031903 100644
--- a/ppapi/api/ppb_messaging.idl
+++ b/ppapi/api/ppb_messaging.idl
@@ -9,11 +9,9 @@
* specific module instance.
*/
-[generate_thunk]
-
label Chrome {
M14 = 1.0,
- [channel=dev] M37 = 1.1
+ [channel=dev] M39 = 1.2
};
/**
@@ -120,7 +118,7 @@ interface PPB_Messaging {
* PPP_MessageHandler functions should be invoked.
* @return PP_OK on success, or an error from pp_errors.h.
*/
- [version=1.1]
+ [version=1.2]
int32_t RegisterMessageHandler([in] PP_Instance instance,
[inout] mem_t user_data,
[in] PPP_MessageHandler handler,
@@ -140,7 +138,7 @@ interface PPB_Messaging {
* @param[in] instance A <code>PP_Instance</code> identifying one instance
* of a module.
*/
- [version=1.1]
+ [version=1.2]
void UnregisterMessageHandler([in] PP_Instance instance);
};
« no previous file with comments | « native_client_sdk/src/libraries/ppapi/library.dsc ('k') | ppapi/api/ppp_message_handler.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698