From ddff0af62a4ee240e0689fb01b27ffddeec017f0 Mon Sep 17 00:00:00 2001 From: "kathyw@google.com" Date: Thu, 15 Oct 2009 23:54:42 +0000 Subject: Added link to bookmarks example. TBR=erikkay BUG=none TEST=none Review URL: http://codereview.chromium.org/273080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29215 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/bookmarks.html | 5 +++++ chrome/common/extensions/docs/static/bookmarks.html | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'chrome') diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index 4e1d435..2b42194 100755 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -346,6 +346,11 @@ this code doesn't bother to define a callback function. 'url': 'http://code.google.com/chrome/extensions'}); +

+For a full example of using bookmarks, see the +bookmarks sample. +

+ diff --git a/chrome/common/extensions/docs/static/bookmarks.html b/chrome/common/extensions/docs/static/bookmarks.html index 76f55bf..4b7f65c 100755 --- a/chrome/common/extensions/docs/static/bookmarks.html +++ b/chrome/common/extensions/docs/static/bookmarks.html @@ -123,4 +123,9 @@ chrome.bookmarks.create({'parentId': extensionsFolderId, 'url': 'http://code.google.com/chrome/extensions'}); +

+For a full example of using bookmarks, see the +bookmarks sample. +

+ -- cgit v1.1