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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 years, 6 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
OLDNEW
1 <p id="classSummary">
2 Use the <code>chrome.fileBrowserHandler</code> module to
3 extend the Chrome OS file browser.
4 For example, you can use this API
5 to enable users to upload files to your website.
6 </p>
7
8 <p class="caution"> 1 <p class="caution">
9 <b>Important:</b> 2 <b>Important:</b>
10 This API works <b>only on Chrome OS</b>. 3 This API works <b>only on Chrome OS</b>.
11 </p> 4 </p>
12 5
13 <p> 6 <p>
14 The Chrome OS file browser comes up when 7 The Chrome OS file browser comes up when
15 the user either presses Ctrl+M 8 the user either presses Ctrl+M
16 or connects an external storage device, 9 or connects an external storage device,
17 such as an SD card, USB key, external drive, or digital camera. 10 such as an SD card, USB key, external drive, or digital camera.
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 --> 137 -->
145 138
146 <!-- 139 <!--
147 <h2 id="examples">Examples</h2> 140 <h2 id="examples">Examples</h2>
148 141
149 <p> 142 <p>
150 For examples of using this API, see ... 143 For examples of using this API, see ...
151 For other examples and for help in viewing the source code, see 144 For other examples and for help in viewing the source code, see
152 <a href="samples.html">Samples</a>. 145 <a href="samples.html">Samples</a>.
153 </p> 146 </p>
154 --> 147 -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698