summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/bookmarks.html
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-01 00:47:55 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-01 00:47:55 +0000
commitb2fb9ff65d58beffec6a59853e1c3cfa5ecdb173 (patch)
tree893f3f03b46bbce3d8323c1cbe661872e07d0f79 /chrome/common/extensions/docs/bookmarks.html
parent35e4c0db8edf9390aa3e1b0debbec3993e4120f8 (diff)
downloadchromium_src-b2fb9ff65d58beffec6a59853e1c3cfa5ecdb173.zip
chromium_src-b2fb9ff65d58beffec6a59853e1c3cfa5ecdb173.tar.gz
chromium_src-b2fb9ff65d58beffec6a59853e1c3cfa5ecdb173.tar.bz2
Adding and cleaning up screenshots
TBR=aa TEST=none BUG=27425 Review URL: http://codereview.chromium.org/457016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rw-r--r--chrome/common/extensions/docs/bookmarks.html43
1 files changed, 2 insertions, 41 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html
index 28d8928a..fd7fd67 100644
--- a/chrome/common/extensions/docs/bookmarks.html
+++ b/chrome/common/extensions/docs/bookmarks.html
@@ -293,6 +293,8 @@ Use the <code>chrome.bookmarks</code> module to create, organize,
and otherwise manipulate bookmarks.
</p>
+<img src="images/bookmarks.png" width="210" height="147" alt="Clicking the star adds a bookmark">
+
<h2 id="manifest">Manifest</h2>
<p>You must declare the "bookmarks" permission
in the <a href="manifest.html">extension manifest</a>
@@ -331,47 +333,6 @@ See <a href="#type-BookmarkTreeNode"><code>BookmarkTreeNode</code></a>
for information about the properties a node can have.
</p>
-<!-- [PENDING: Update and introduce the following image or delete the file.]
-
-<img
- alt="2 kinds of bookmark objects"
- width="415"
- height="123"
- src="images/bookmarks.png" />
--->
-
-<!-- [PENDING: The following section needs to be updated or deleted.]
-<p>
-Say you have bookmark hierarchy that looks like this:</p>
-
-<ul>
- <li>Bookmarks</li>
- <ul>
- <li>Google</li>
- <ul>
- <li>Apps</li>
- <ul>
- <li>...</li>
- <li>...</li>
- <li>...</li>
- </ul>
- <li>Google homepage</li>
- </ul>
- <li>Example</li>
- </ul>
-</ul>
-
-<p>
-Here's how those bookmarks might be represented with bookmark objects:</p>
-
-<img
- alt="a hierarchy of bookmarks"
- width="522"
- height="594"
- src="images/bookmarks-hierarchy.png">
-
--->
-
<h2 id="overview-examples">Examples</h2>