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

Unified Diff: ppapi/api/trusted/ppb_file_io_trusted.idl

Issue 11419131: Refactor FileIO to the new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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: ppapi/api/trusted/ppb_file_io_trusted.idl
diff --git a/ppapi/api/trusted/ppb_file_io_trusted.idl b/ppapi/api/trusted/ppb_file_io_trusted.idl
index 1ee03abd8ce16a4f54d4107ce64966c5c2edd28f..7ea7b07fd757001fca69c0eb9c3ccfcb382dc470 100644
--- a/ppapi/api/trusted/ppb_file_io_trusted.idl
+++ b/ppapi/api/trusted/ppb_file_io_trusted.idl
@@ -20,6 +20,7 @@ interface PPB_FileIOTrusted {
* call to FileIO::Open. The file descriptor will be closed automatically
* when the FileIO object is closed or destroyed.
*/
+ [deprecate=0.5]
raymes 2012/11/26 22:30:54 You need to add 0.5 to the "label Chrome" above to
raymes 2012/11/26 22:33:45 Also I'm curious what the background is behind thi
brettw 2012/11/26 23:38:45 This was only used to implement the SRPC NaCl prox
victorhsieh 2012/11/27 09:44:42 Even with 0.5 label above, the generator won't gen
raymes 2012/11/27 16:41:30 Interesting. It worked for me when I recently revv
int32_t GetOSFileDescriptor([in] PP_Resource file_io);
/**

Powered by Google App Engine
This is Rietveld 408576698