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

Unified Diff: ppapi/api/ppb_file_system.idl

Issue 10413036: PPAPI: Add Quota info to PPB_FileSystem::Open doc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | ppapi/c/ppb_file_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/ppb_file_system.idl
diff --git a/ppapi/api/ppb_file_system.idl b/ppapi/api/ppb_file_system.idl
index 1675d30282de101d756bdacf10029677b87af506..4cad1eb5358c22d697060681c8d8b5ca25f58bfe 100644
--- a/ppapi/api/ppb_file_system.idl
+++ b/ppapi/api/ppb_file_system.idl
@@ -46,7 +46,14 @@ interface PPB_FileSystem {
*
* @param[in] file_system A <code>PP_Resource</code> corresponding to a file
* system.
- * @param[in] expected_size The expected size of the file system.
+ *
+ * @param[in] expected_size The expected size of the file system. Note that
+ * this does not request quota; to do that, you must either invoke
+ * requestQuota from JavaScript:
+ * http://www.html5rocks.com/en/tutorials/file/filesystem/#toc-requesting-quota
+ * or set the unlimitedStorage permission for Chrome Web Store apps:
+ * http://code.google.com/chrome/extensions/manifest.html#permissions
+ *
* @param[in] callback A <code>PP_CompletionCallback</code> to be called upon
* completion of Open().
*
« no previous file with comments | « no previous file | ppapi/c/ppb_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698