| 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>
|
|
|