Chromium Code Reviews| 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); |
| /** |