Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: ppapi/c/ppb_file_system.h

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/c/pp_file_info.h ('k') | ppapi/c/private/ppb_ext_crx_file_system_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_file_system.h
diff --git a/ppapi/c/ppb_file_system.h b/ppapi/c/ppb_file_system.h
index 73910d6caef864b0fad5b0e5c86f95d5187b800c..28b8cca4f9a759495854d581f79ae60be254652a 100644
--- a/ppapi/c/ppb_file_system.h
+++ b/ppapi/c/ppb_file_system.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From ppb_file_system.idl modified Mon May 21 15:19:32 2012. */
+/* From ppb_file_system.idl modified Thu May 2 16:44:38 2013. */
#ifndef PPAPI_C_PPB_FILE_SYSTEM_H_
#define PPAPI_C_PPB_FILE_SYSTEM_H_
@@ -39,8 +39,8 @@ struct PPB_FileSystem_1_0 {
* @param[in] instance A <code>PP_Instance</code> identifying the instance
* with the file.
* @param[in] type A file system type as defined by
- * <code>PP_FileSystemType</code> enum.
- *
+ * <code>PP_FileSystemType</code> enum (except PP_FILESYSTEMTYPE_ISOLATED,
+ * which is currently not supported).
* @return A <code>PP_Resource</code> corresponding to a file system if
* successful.
*/
« no previous file with comments | « ppapi/c/pp_file_info.h ('k') | ppapi/c/private/ppb_ext_crx_file_system_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698