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

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

Issue 2881038: Extension doc changes (nothing buildable or testable) - Add boilerplate line for experimental api... (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: render docs Created 10 years, 5 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
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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 <a href="#id-anchor">id</a> 277 <a href="#id-anchor">id</a>
278 </li> 278 </li>
279 </ol> 279 </ol>
280 </li> 280 </li>
281 </ol> 281 </ol>
282 </li> 282 </li>
283 </ol> 283 </ol>
284 </div> 284 </div>
285 <!-- /TABLE OF CONTENTS --> 285 <!-- /TABLE OF CONTENTS -->
286 286
287 <!-- Standard content lead-in for experimental API pages -->
288 <p id="classSummary" style="display: none; ">
289 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
290 </p>
291
287 <!-- STATIC CONTENT PLACEHOLDER --> 292 <!-- STATIC CONTENT PLACEHOLDER -->
288 <div id="static"><style> 293 <div id="static"><style>
289 a img { 294 a img {
290 border:0; 295 border:0;
291 } 296 }
292 </style> 297 </style>
293 298
294 <div id="pageData-showTOC" class="pageData">true</div> 299 <div id="pageData-showTOC" class="pageData">true</div>
295 300
296 <p> 301 <p>
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 _uff=0; 623 _uff=0;
619 urchinTracker(); 624 urchinTracker();
620 } 625 }
621 catch(e) {/* urchinTracker not available. */} 626 catch(e) {/* urchinTracker not available. */}
622 </script> 627 </script>
623 <!-- end analytics --> 628 <!-- end analytics -->
624 </div> 629 </div>
625 </div> <!-- /gc-footer --> 630 </div> <!-- /gc-footer -->
626 </div> <!-- /gc-container --> 631 </div> <!-- /gc-container -->
627 </body></html> 632 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/pageAction.html ('k') | chrome/common/extensions/docs/static/experimental.clipboard.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698