| OLD | NEW |
| 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 Loading... |
| 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 --> | |
| OLD | NEW |