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

Unified Diff: chrome/common/extensions/docs/apps/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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/declarativeWebRequest.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/apps/fileBrowserHandler.html
diff --git a/chrome/common/extensions/docs/apps/fileBrowserHandler.html b/chrome/common/extensions/docs/apps/fileBrowserHandler.html
index 7815a73fc62df8c5996382689748a585372d0280..632ccbebe05bb18415dc5c1ab18d3f1eb23f63a2 100644
--- a/chrome/common/extensions/docs/apps/fileBrowserHandler.html
+++ b/chrome/common/extensions/docs/apps/fileBrowserHandler.html
@@ -362,7 +362,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>
@@ -383,7 +383,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>
@@ -404,7 +404,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 -->
« no previous file with comments | « no previous file | chrome/common/extensions/docs/extensions/declarativeWebRequest.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698