| Index: chrome/common/extensions/docs/templates/intros/history.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/history.html b/chrome/common/extensions/docs/templates/intros/history.html
|
| index 9bac472b23d2cf91ab95f233fe4c83f67411381d..0e8cb19f114b94317921cdbb2f8f0c28aa307919 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/history.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/history.html
|
| @@ -1,11 +1,3 @@
|
| -<p id="classSummary">
|
| -Use the <code>chrome.history</code> module to interact with the
|
| -browser's record of visited pages. You can add, remove, and query
|
| -for URLs in the browser's history.
|
| -To override the history page with your own version, see
|
| -<a href="override.html">Override Pages</a>.
|
| -</p>
|
| -
|
| <h2 id="manifest">Manifest</h2>
|
|
|
| <p>You must declare the "history" permission
|
| @@ -150,4 +142,4 @@ For examples of using this API, see the
|
| <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_test/history/">history API test directory</a>.
|
| For other examples and for help in viewing the source code, see
|
| <a href="samples.html">Samples</a>.
|
| -</p>
|
| +</p>
|
|
|