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

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

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: 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
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 1 <p id="classSummary">
3 Use the <code>chrome.history</code> module to interact with the 2 Use the <code>chrome.history</code> module to interact with the
4 browser's record of visited pages. You can add, remove, and query 3 browser's record of visited pages. You can add, remove, and query
5 for URLs in the browser's history. 4 for URLs in the browser's history.
6 To override the history page with your own version, see 5 To override the history page with your own version, see
7 <a href="override.html">Override Pages</a>. 6 <a href="override.html">Override Pages</a>.
8 </p> 7 </p>
9 8
10 <h2 id="manifest">Manifest</h2> 9 <h2 id="manifest">Manifest</h2>
11 10
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 </table> 143 </table>
145 144
146 <h2 id="examples">Examples</h2> 145 <h2 id="examples">Examples</h2>
147 146
148 <p> 147 <p>
149 For examples of using this API, see the 148 For examples of using this API, see the
150 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/history/">history sample directory</a> and the 149 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/history/">history sample directory</a> and the
151 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens ions/api_test/history/">history API test directory</a>. 150 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens ions/api_test/history/">history API test directory</a>.
152 For other examples and for help in viewing the source code, see 151 For other examples and for help in viewing the source code, see
153 <a href="samples.html">Samples</a>. 152 <a href="samples.html">Samples</a>.
154 </p> 153 </p>
155
156 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698