diff options
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rwxr-xr-x | chrome/common/extensions/docs/bookmarks.html | 5 |
1 files changed, 5 insertions, 0 deletions
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'}); </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>. +</p> + <!-- END AUTHORED CONTENT --> </div> |