Index: chrome/common/extensions/docs/bookmarks.html |
=================================================================== |
--- chrome/common/extensions/docs/bookmarks.html (revision 26784) |
+++ chrome/common/extensions/docs/bookmarks.html (working copy) |
@@ -272,7 +272,7 @@ |
<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 @@ |
<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> |