| OLD | NEW |
| 1 <div id="gc-container" class="labs"> | 1 <div id="gc-container" class="labs"> |
| 2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> | 2 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> |
| 3 <!-- In particular, sub-templates that recurse, must be used by allowing | 3 <!-- In particular, sub-templates that recurse, must be used by allowing |
| 4 jstemplate to make a copy of the template in this section which | 4 jstemplate to make a copy of the template in this section which |
| 5 are not operated on by way of the jsskip="true" --> | 5 are not operated on by way of the jsskip="true" --> |
| 6 <div jsskip="true" style="display:none"> | 6 <div jsskip="true" style="display:none"> |
| 7 | 7 |
| 8 <!-- VALUE --> | 8 <!-- VALUE --> |
| 9 <div id="valueTemplate"> | 9 <div id="valueTemplate"> |
| 10 <dt> | 10 <dt> |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 <li><a href="api_index.html">chrome.* APIs</a></li> | 169 <li><a href="api_index.html">chrome.* APIs</a></li> |
| 170 <li><a href="api_other.html">Other APIs</a></li> | 170 <li><a href="api_other.html">Other APIs</a></li> |
| 171 </ul> | 171 </ul> |
| 172 </li> | 172 </li> |
| 173 <li><h2><a href="samples.html">Samples</a></h2></li> | 173 <li><h2><a href="samples.html">Samples</a></h2></li> |
| 174 </ul> | 174 </ul> |
| 175 </div> | 175 </div> |
| 176 | 176 |
| 177 <div class="g-unit" id="gc-pagecontent"> | 177 <div class="g-unit" id="gc-pagecontent"> |
| 178 <div id="pageTitle"> | 178 <div id="pageTitle"> |
| 179 <h1 class="page_title" jscontent="getPageTitle()">chrome.apiname</h1> | 179 <h1 class="page_title" jscontent="getPageName()">chrome.apiname</h1> |
| 180 </div> | 180 </div> |
| 181 <!-- TABLE OF CONTENTS --> | 181 <!-- TABLE OF CONTENTS --> |
| 182 <div id="toc" jsdisplay="showPageTOC()"> | 182 <div id="toc" jsdisplay="showPageTOC()"> |
| 183 <h2>Contents</h2> | 183 <h2>Contents</h2> |
| 184 <ol> | 184 <ol> |
| 185 <li jsselect="getStaticTOC()"> | 185 <li jsselect="getStaticTOC()"> |
| 186 <a jscontent="name" | 186 <a jscontent="name" |
| 187 jsvalues=".href:'#' + href">h2Name</a> | 187 jsvalues=".href:'#' + href">h2Name</a> |
| 188 <ol> | 188 <ol> |
| 189 <li jsselect="$this.children"> | 189 <li jsselect="$this.children"> |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 _uanchor=1; | 430 _uanchor=1; |
| 431 _uff=0; | 431 _uff=0; |
| 432 urchinTracker(); | 432 urchinTracker(); |
| 433 } | 433 } |
| 434 catch(e) {/* urchinTracker not available. */} | 434 catch(e) {/* urchinTracker not available. */} |
| 435 </script> | 435 </script> |
| 436 <!-- end analytics --> | 436 <!-- end analytics --> |
| 437 </div> | 437 </div> |
| 438 </div> <!-- /gc-footer --> | 438 </div> <!-- /gc-footer --> |
| 439 </div> <!-- /gc-container --> | 439 </div> <!-- /gc-container --> |
| OLD | NEW |