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

Side by Side Diff: chrome/common/extensions/docs/static/history.html

Issue 2516001: Fix a copy-paste error. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/static/bookmarks.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 2 <p id="classSummary">
3 Use the <code>chrome.history</code> module to interact with the 3 Use the <code>chrome.history</code> module to interact with the
4 browser's record of visited pages. You can add, remove, and query 4 browser's record of visited pages. You can add, remove, and query
5 for URLs in the browser's history. 5 for URLs in the browser's history.
6 To override the history page with your own version, see 6 To override the history page with your own version, see
7 <a href="override.html">Override Pages</a>. 7 <a href="override.html">Override Pages</a>.
8 </p> 8 </p>
9 9
10 <h2 id="manifest">Manifest</h2> 10 <h2 id="manifest">Manifest</h2>
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 <td> 139 <td>
140 Corresponds to a visit generated for a keyword. 140 Corresponds to a visit generated for a keyword.
141 See also <a href="#tt_keyword">keyword</a>. 141 See also <a href="#tt_keyword">keyword</a>.
142 </td> 142 </td>
143 </tr> 143 </tr>
144 </table> 144 </table>
145 145
146 <h2 id="examples">Examples</h2> 146 <h2 id="examples">Examples</h2>
147 147
148 <p> 148 <p>
149 For examples of using bookmarks, see the 149 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 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
151 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens ions/api_test/history/">history API test directory</a>. 151 <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 152 For other examples and for help in viewing the source code, see
153 <a href="samples.html">Samples</a>. 153 <a href="samples.html">Samples</a>.
154 </p> 154 </p>
155 155
156 <!-- END AUTHORED CONTENT --> 156 <!-- END AUTHORED CONTENT -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/bookmarks.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698