diff options
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rwxr-xr-x | chrome/common/extensions/docs/bookmarks.html | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index c240e43..3def109 100755 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -272,7 +272,7 @@ Objects that represent bookmarks can have the following properties: <dt> <code>id</code> </dt> <dd> An integer ID that's unique for each bookmark. IDs are unique and persisted within the current profile and are - and stable across shutdown and startup of the browser. + and stable across shutdown and startup of the browser. </dd> <dt> <code>title</code> </dt> @@ -3572,6 +3572,29 @@ Here's some code you could use to create that hierarchy:</p> <p> ©2009 Google </p> + +<!-- begin analytics --> +<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> +<script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script> + +<script type="text/javascript"> + // chrome doc tracking + try { + var engdocs = _gat._getTracker("YT-10763712-2"); + engdocs._trackPageview(); + } catch(err) {} + + // code.google.com site-wide tracking + try { + _uacct="UA-18071-1"; + _uanchor=1; + _uff=0; + urchinTracker(); + } + catch(e) {/* urchinTracker not available. */} +</script> +<!-- end analytics --> + </div> <!-- /pageFooter --> </div> <!-- /container --> </body></html> |