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

Unified Diff: ppapi/api/ppb_file_mapping.idl

Issue 69663002: PPAPI: Implement PPB_FileMapping on POSIX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix missing return Created 6 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
« no previous file with comments | « content/renderer/pepper/plugin_module.cc ('k') | ppapi/c/ppb_file_mapping.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_file_mapping.idl
diff --git a/ppapi/api/ppb_file_mapping.idl b/ppapi/api/ppb_file_mapping.idl
index 2a10946c58d329c80c749cec408c75d0ec9d47d5..7037955d34377f6caccb6f8082f481aee99c7472 100644
--- a/ppapi/api/ppb_file_mapping.idl
+++ b/ppapi/api/ppb_file_mapping.idl
@@ -9,6 +9,8 @@
* memory.
*/
+[generate_thunk]
+
label Chrome {
[channel=dev] M34 = 0.1
};
« no previous file with comments | « content/renderer/pepper/plugin_module.cc ('k') | ppapi/c/ppb_file_mapping.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698