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

Unified Diff: chrome/common/extensions/docs/fileBrowserHandler.html

Issue 10830227: Rebuild extension docs on 1180_57 branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180_57/src/
Patch Set: Created 8 years, 4 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 | chrome/common/extensions/docs/manifestVersion.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/fileBrowserHandler.html
===================================================================
--- chrome/common/extensions/docs/fileBrowserHandler.html (revision 150616)
+++ chrome/common/extensions/docs/fileBrowserHandler.html (working copy)
@@ -390,7 +390,7 @@
<var><span>selectionParams</span></var></span><span class="null"><span>, </span><span>function</span>
<var><span>callback</span></var></span>)</div>
<div class="description">
- <p>Prompts user to select file path under which a new file will be created. If the user selects file, the file gets created or, if it already exists, truncated. The function has to be called with user gesture.</p>
+ <p>Prompts user to select file path under which a new file will be created. When the user selects file, the file gets created or, if it already existed, truncated. The function has to be called with a user gesture.</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
<dl>
@@ -411,7 +411,7 @@
</div>
</em>
</dt>
- <dd>Parameters that will be used to create new file.</dd>
+ <dd>Parameters that will be used to create a new file.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -531,21 +531,22 @@
</div><div>
<div>
<dt>
- <var>fileURL</var>
+ <var>entry</var>
<em>
<!-- TYPE -->
<div style="display:inline">
(
+ <span class="optional">optional</span>
<span id="typeTemplate">
<span>
- <span>string</span>
+ <span>object</span>
</span>
</span>
)
</div>
</em>
</dt>
- <dd>Filesystem URL of the selected file.</dd>
+ <dd>Selected file entry. It will be null if a file hasn't been selected.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -678,8 +679,14 @@
(
<span id="typeTemplate">
<span>
+ <span>
+ array of <span><span>
+ <span>
<span>any</span>
</span>
+ </span></span>
+ </span>
+ </span>
</span>
)
</div>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/manifestVersion.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698