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

Unified Diff: chrome/common/extensions/docs/templates/intros/history.html

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments - Patch currently being broken up Created 7 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698