| OLD | NEW |
| 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 <h2 id="manifest">Manifest</h2> | 9 <h2 id="manifest">Manifest</h2> |
| 10 <p>You must declare the "history" permission | 10 <p>You must declare the "history" permission |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 </table> | 138 </table> |
| 139 <h2 id="examples">Examples</h2> | 139 <h2 id="examples">Examples</h2> |
| 140 <p> | 140 <p> |
| 141 For examples of using this API, see the | 141 For examples of using this API, see the |
| 142 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/history/">history sample directory</a> and the | 142 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/history/">history sample directory</a> and the |
| 143 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens
ions/api_test/history/">history API test directory</a>. | 143 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extens
ions/api_test/history/">history API test directory</a>. |
| 144 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 |
| 145 <a href="samples.html">Samples</a>. | 145 <a href="samples.html">Samples</a>. |
| 146 </p> | 146 </p> |
| 147 <!-- END AUTHORED CONTENT --> | 147 <!-- END AUTHORED CONTENT --> |
| OLD | NEW |