summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-07 19:20:21 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-07 19:20:21 +0000
commit6f17bdfe86a739074d44cefb9256001585036ce1 (patch)
tree90f135f491bc80385c63bd70d7a5690966be24df /chrome/common
parentb0db5f251d92bd3762a742b56dd5138e7e232eed (diff)
downloadchromium_src-6f17bdfe86a739074d44cefb9256001585036ce1.zip
chromium_src-6f17bdfe86a739074d44cefb9256001585036ce1.tar.gz
chromium_src-6f17bdfe86a739074d44cefb9256001585036ce1.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-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 -->