Index: chrome/common/extensions/docs/apps/fileSystem.html |
diff --git a/chrome/common/extensions/docs/apps/fileSystem.html b/chrome/common/extensions/docs/apps/fileSystem.html |
index bbc146a4b8d97b91c86b6571bfdfd381cddf2a57..9e767e4e0e622e1cdd2de1fe805f35ba97f881b3 100644 |
--- a/chrome/common/extensions/docs/apps/fileSystem.html |
+++ b/chrome/common/extensions/docs/apps/fileSystem.html |
@@ -673,6 +673,60 @@ |
<div> |
<div> |
<dt> |
+ <var>accepts</var> |
+ <em> |
+ <!-- TYPE --> |
+ <div style="display:inline"> |
+ ( |
+ <span class="optional">optional</span> |
+ <span id="typeTemplate"> |
+ <span> |
+ <span> |
+ array of <span><span> |
+ <span> |
+ <span>string</span> |
+ </span> |
+ </span></span> |
+ </span> |
+ </span> |
+ </span> |
+ ) |
+ </div> |
+ </em> |
+ </dt> |
+ <dd>The optional list of accepted mime-types for this file opener, grouped by type. For example, ['image/*', 'application/json,.jso'] would display two type options - one accepting images - and the other accepting json files and those with the extension 'jso'. This field is optional. However, it is an error to not specify this field (or pass an empty array) but pass acceptsAllTypes as false.</dd> |
+ <!-- OBJECT PROPERTIES --> |
+ <!-- OBJECT METHODS --> |
+ <!-- OBJECT EVENT FIELDS --> |
+ <!-- FUNCTION PARAMETERS --> |
+ </div> |
+ </div><div> |
+ <div> |
+ <dt> |
+ <var>acceptsAllTypes</var> |
+ <em> |
+ <!-- TYPE --> |
+ <div style="display:inline"> |
+ ( |
+ <span class="optional">optional</span> |
+ <span id="typeTemplate"> |
+ <span> |
+ <span>boolean</span> |
+ </span> |
+ </span> |
+ ) |
+ </div> |
+ </em> |
+ </dt> |
+ <dd>Whether to accept all file types, in addition to the options specified in the accepts argument. The default is true.</dd> |
+ <!-- OBJECT PROPERTIES --> |
+ <!-- OBJECT METHODS --> |
+ <!-- OBJECT EVENT FIELDS --> |
+ <!-- FUNCTION PARAMETERS --> |
+ </div> |
+ </div><div> |
+ <div> |
+ <dt> |
<var>suggestedName</var> |
<em> |
<!-- TYPE --> |