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

Unified Diff: chrome/common/extensions/docs/templates/intros/bookmarks.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/bookmarks.html
diff --git a/chrome/common/extensions/docs/templates/intros/bookmarks.html b/chrome/common/extensions/docs/templates/intros/bookmarks.html
index eafbd5259ace4547dd584a13673f6b6a7b647b3c..14f5f3ddeecbcc18811954d5f3ace90ac9d6db7d 100644
--- a/chrome/common/extensions/docs/templates/intros/bookmarks.html
+++ b/chrome/common/extensions/docs/templates/intros/bookmarks.html
@@ -1,10 +1,3 @@
-<p id="classSummary">
-Use the <code>chrome.bookmarks</code> module to create, organize,
-and otherwise manipulate bookmarks.
-Also see <a href="override.html">Override Pages</a>,
-which you can use to create a custom Bookmark Manager page.
-</p>
-
<img src="{{static}}/images/bookmarks.png"
width="210" height="147" alt="Clicking the star adds a bookmark" />
@@ -86,4 +79,4 @@ For an example of using this API, see the
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/basic/">basic bookmarks sample</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