| Index: ppapi/api/private/ppb_isolated_file_system_private.idl
|
| diff --git a/ppapi/api/private/ppb_isolated_file_system_private.idl b/ppapi/api/private/ppb_isolated_file_system_private.idl
|
| index cbbeb0354b64f28695b8762c36fe3cf5e2284180..c42d5201236083e60d88b94994c4e8012e011466 100644
|
| --- a/ppapi/api/private/ppb_isolated_file_system_private.idl
|
| +++ b/ppapi/api/private/ppb_isolated_file_system_private.idl
|
| @@ -9,7 +9,7 @@
|
| * This file contains the <code>PPB_IsolatedFileSystem_Private</code> interface.
|
| */
|
| label Chrome {
|
| - M33 = 0.1
|
| + M33 = 0.2
|
| };
|
|
|
|
|
| @@ -22,7 +22,9 @@ enum PP_IsolatedFileSystemType_Private {
|
| /** Type for invalid file systems */
|
| PP_ISOLATEDFILESYSTEMTYPE_PRIVATE_INVALID = 0,
|
| /** Type for CRX file systems */
|
| - PP_ISOLATEDFILESYSTEMTYPE_PRIVATE_CRX = 1
|
| + PP_ISOLATEDFILESYSTEMTYPE_PRIVATE_CRX = 1,
|
| + /** Type for PluginPrivate file systems */
|
| + PP_ISOLATEDFILESYSTEMTYPE_PRIVATE_PLUGINPRIVATE = 2
|
| };
|
|
|
| /* <code>PPB_IsolatedFileSystem_Private</code> interface */
|
|
|