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