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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: script/build.py fixes Created 8 years, 4 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 -->
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
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 -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698