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 --> |