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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/fileBrowserHandler.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698