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