| 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..7ba20deb4bfc31fd5ec080dccb80460f64c24040 100644
|
| --- a/ppapi/api/trusted/ppb_file_io_trusted.idl
|
| +++ b/ppapi/api/trusted/ppb_file_io_trusted.idl
|
| @@ -19,6 +19,8 @@ interface PPB_FileIOTrusted {
|
| * descriptor. The FileIO object must have been opened with a successful
|
| * call to FileIO::Open. The file descriptor will be closed automatically
|
| * when the FileIO object is closed or destroyed.
|
| + *
|
| + * TODO(hamaji): Remove this and use RequestOSFileHandle instead.
|
| */
|
| int32_t GetOSFileDescriptor([in] PP_Resource file_io);
|
|
|
|
|