Index: ppapi/c/pp_file_info.h |
diff --git a/ppapi/c/pp_file_info.h b/ppapi/c/pp_file_info.h |
index e53cae1345e240bb170eab9a497689eb8de7fe00..1f0c52a6f705e7e8680a7be3e015d4f9edcb692b 100644 |
--- a/ppapi/c/pp_file_info.h |
+++ b/ppapi/c/pp_file_info.h |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-/* From pp_file_info.idl modified Thu Mar 28 11:11:01 2013. */ |
+/* From pp_file_info.idl modified Thu May 2 16:41:50 2013. */ |
#ifndef PPAPI_C_PP_FILE_INFO_H_ |
#define PPAPI_C_PP_FILE_INFO_H_ |
@@ -46,7 +46,9 @@ typedef enum { |
/** 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 */ |
+ PP_FILESYSTEMTYPE_ISOLATED = 4 |
} PP_FileSystemType; |
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FileSystemType, 4); |
/** |