Chromium Code Reviews| Index: ppapi/api/pp_file_info.idl |
| diff --git a/ppapi/api/pp_file_info.idl b/ppapi/api/pp_file_info.idl |
| index 0d2c3b60e85d604b0cecc21408910415df575f92..df246e19b65f7f9356ca5fe991d36e50962053bd 100644 |
| --- a/ppapi/api/pp_file_info.idl |
| +++ b/ppapi/api/pp_file_info.idl |
| @@ -32,7 +32,9 @@ enum PP_FileSystemType { |
| /** For local persistent file system types */ |
| PP_FILESYSTEMTYPE_LOCALPERSISTENT = 2, |
| /** For local temporary file system types */ |
| - PP_FILESYSTEMTYPE_LOCALTEMPORARY = 3 |
| + PP_FILESYSTEMTYPE_LOCALTEMPORARY = 3, |
| + /** For isolated file system types (only for CrxFileSystem) */ |
|
yzshen1
2013/05/02 23:22:01
I think we should avoid adding comments for privat
victorhsieh
2013/05/03 17:26:58
Done.
|
| + PP_FILESYSTEMTYPE_ISOLATED = 4 |
| }; |
| /** |