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

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

Issue 10824041: Delete "declarative" permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: chrome/common/extensions/docs/extensions/fileBrowserHandler.html
diff --git a/chrome/common/extensions/docs/extensions/fileBrowserHandler.html b/chrome/common/extensions/docs/extensions/fileBrowserHandler.html
index a57433798a5ad110af6c27a01a43daa065a93c5a..611ea45c399554d93cfed3b8604ed5680861b49c 100644
--- a/chrome/common/extensions/docs/extensions/fileBrowserHandler.html
+++ b/chrome/common/extensions/docs/extensions/fileBrowserHandler.html
@@ -391,7 +391,7 @@ For other examples and for help in viewing the source code, see
<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. 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>
+ <p>Prompts user to select file path under which file should be saved. When the file is selected, file access permission required to use the file (read, write and create) are granted to the caller. The file will not actually get created during the functin call, so function caller must ensure its existance before using it. The function has to be invoked with a user gesture.</p>
<!-- PARAMETERS -->
<h4>Parameters</h4>
<dl>
@@ -412,7 +412,7 @@ For other examples and for help in viewing the source code, see
</div>
</em>
</dt>
- <dd>Parameters that will be used to create a new file.</dd>
+ <dd>Parameters that will be used while selecting the file.</dd>
<!-- OBJECT PROPERTIES -->
<dd>
<dl>
@@ -433,7 +433,7 @@ For other examples and for help in viewing the source code, see
</div>
</em>
</dt>
- <dd>Suggested name for the new file.</dd>
+ <dd>Suggested name for the file.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -523,7 +523,7 @@ For other examples and for help in viewing the source code, see
</div>
</em>
</dt>
- <dd>Has the file been selected.</dd>
+ <dd>Whether the file has been selected.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->

Powered by Google App Engine
This is Rietveld 408576698