OLD | NEW |
1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
2 <p id="classSummary"> | 2 <p id="classSummary"> |
3 Use the <code>chrome.fileBrowserHandler</code> module to | 3 Use the <code>chrome.fileBrowserHandler</code> module to |
4 extend the Chrome OS file browser. | 4 extend the Chrome OS file browser. |
5 For example, you can use this API | 5 For example, you can use this API |
6 to enable users to upload files to your website. | 6 to enable users to upload files to your website. |
7 </p> | 7 </p> |
8 <p class="caution"> | 8 <p class="caution"> |
9 <b>Important:</b> | 9 <b>Important:</b> |
10 This API works <b>only on Chrome OS</b>. | 10 This API works <b>only on Chrome OS</b>. |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 --> | 127 --> |
128 <!-- | 128 <!-- |
129 <h2 id="examples">Examples</h2> | 129 <h2 id="examples">Examples</h2> |
130 <p> | 130 <p> |
131 For examples of using this API, see ... | 131 For examples of using this API, see ... |
132 For other examples and for help in viewing the source code, see | 132 For other examples and for help in viewing the source code, see |
133 <a href="samples.html">Samples</a>. | 133 <a href="samples.html">Samples</a>. |
134 </p> | 134 </p> |
135 --> | 135 --> |
136 <!-- END AUTHORED CONTENT --> | 136 <!-- END AUTHORED CONTENT --> |
OLD | NEW |