summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 09:23:03 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-16 09:23:03 +0000
commitf39a6c2e07718a0806f288a2c68939dd6abed026 (patch)
tree8dca34dcb4406b2c4d7223b71205ac328d1a1b7c /chrome
parent86d60c4bbd96c27e525c7b2e72989761424194cd (diff)
downloadchromium_src-f39a6c2e07718a0806f288a2c68939dd6abed026.zip
chromium_src-f39a6c2e07718a0806f288a2c68939dd6abed026.tar.gz
chromium_src-f39a6c2e07718a0806f288a2c68939dd6abed026.tar.bz2
Merge 33976 - Remove bad link to example. (I'll add a good link once we have a
bookmark example again.) TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/453021 TBR=kathyw@google.com Review URL: http://codereview.chromium.org/503026 git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@34701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/extensions/docs/bookmarks.html4
-rw-r--r--chrome/common/extensions/docs/static/bookmarks.html4
2 files changed, 6 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html
index a3acf32e..e98e87d 100644
--- a/chrome/common/extensions/docs/bookmarks.html
+++ b/chrome/common/extensions/docs/bookmarks.html
@@ -363,10 +363,12 @@ this code doesn't bother to define a callback function.
'url': 'http://code.google.com/chrome/extensions'});
</pre>
+<!--
<p>
For a full example of using bookmarks, see the
-<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/samples/bookmarks/">bookmarks sample</a>.
+<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/">bookmarks sample</a>.
</p>
+-->
<!-- END AUTHORED CONTENT -->
</div>
diff --git a/chrome/common/extensions/docs/static/bookmarks.html b/chrome/common/extensions/docs/static/bookmarks.html
index 292fcf5..75de341 100644
--- a/chrome/common/extensions/docs/static/bookmarks.html
+++ b/chrome/common/extensions/docs/static/bookmarks.html
@@ -79,9 +79,11 @@ chrome.bookmarks.create({'parentId': extensionsFolderId,
'url': 'http://code.google.com/chrome/extensions'});
</pre>
+<!--
<p>
For a full example of using bookmarks, see the
-<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/samples/bookmarks/">bookmarks sample</a>.
+<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/bookmarks/">bookmarks sample</a>.
</p>
+-->
<!-- END AUTHORED CONTENT -->