Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: chrome/common/extensions/docs/extension.html

Issue 209067: Modify the template to add analytics to all extension docs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 <div id="pageFooter" --=""> 1468 <div id="pageFooter" --="">
1469 <p> 1469 <p>
1470 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>, 1470 Except as otherwise <a href="http://code.google.com/policies.html#restrictions ">noted</a>,
1471 the content of this page is licensed under the <a rel="license" href="http://c reativecommons.org/licenses/by/3.0/">Creative Commons 1471 the content of this page is licensed under the <a rel="license" href="http://c reativecommons.org/licenses/by/3.0/">Creative Commons
1472 Attribution 3.0 License</a>, and code samples are licensed under the 1472 Attribution 3.0 License</a>, and code samples are licensed under the
1473 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>. 1473 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>.
1474 </p> 1474 </p>
1475 <p> 1475 <p>
1476 ©2009 Google 1476 ©2009 Google
1477 </p> 1477 </p>
1478
1479 <!-- begin analytics -->
1480 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">< /script>
1481 <script src="http://www.google-analytics.com/ga.js" type="text/javascript"></scr ipt>
1482
1483 <script type="text/javascript">
1484 // chrome doc tracking
1485 try {
1486 var engdocs = _gat._getTracker("YT-10763712-2");
1487 engdocs._trackPageview();
1488 } catch(err) {}
1489
1490 // code.google.com site-wide tracking
1491 try {
1492 _uacct="UA-18071-1";
1493 _uanchor=1;
1494 _uff=0;
1495 urchinTracker();
1496 }
1497 catch(e) {/* urchinTracker not available. */}
1498 </script>
1499 <!-- end analytics -->
1500
1478 </div> <!-- /pageFooter --> 1501 </div> <!-- /pageFooter -->
1479 </div> <!-- /container --> 1502 </div> <!-- /container -->
1480 </body></html> 1503 </body></html>
1481 1504
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/events.html ('k') | chrome/common/extensions/docs/getstarted.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698