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

Side by Side Diff: chrome/common/extensions/docs/experimental.processes.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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 <a href="#type-Process">Process</a> 259 <a href="#type-Process">Process</a>
260 </li> 260 </li>
261 </ol> 261 </ol>
262 </li> 262 </li>
263 </ol> 263 </ol>
264 </li> 264 </li>
265 </ol> 265 </ol>
266 </div> 266 </div>
267 <!-- /TABLE OF CONTENTS --> 267 <!-- /TABLE OF CONTENTS -->
268 268
269 <!-- Standard content lead-in for experimental API pages -->
270 <p id="classSummary">
271 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
272 </p>
273
269 <!-- STATIC CONTENT PLACEHOLDER --> 274 <!-- STATIC CONTENT PLACEHOLDER -->
270 <div id="static"><!-- BEGIN AUTHORED CONTENT --> 275 <div id="static"><!-- BEGIN AUTHORED CONTENT -->
271 <p id="classSummary">
272 For information on how to use experimental APIs,
273 see the <a href="experimental.html">chrome.experimental.* APIs</a> page.
274 </p>
275 276
276 <h2 id="examples">Examples</h2> 277 <h2 id="examples">Examples</h2>
277 278
278 <p> 279 <p>
279 For examples of using this API, see the 280 For examples of using this API, see the
280 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/processes/">examples/api/processes</a> directory and the 281 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension s/docs/examples/api/processes/">examples/api/processes</a> directory and the
281 <a href=" 282 <a href="
282 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_ test/processes/">processes API test directory</a>. 283 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_ test/processes/">processes API test directory</a>.
283 </p> 284 </p>
284 285
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 _uff=0; 723 _uff=0;
723 urchinTracker(); 724 urchinTracker();
724 } 725 }
725 catch(e) {/* urchinTracker not available. */} 726 catch(e) {/* urchinTracker not available. */}
726 </script> 727 </script>
727 <!-- end analytics --> 728 <!-- end analytics -->
728 </div> 729 </div>
729 </div> <!-- /gc-footer --> 730 </div> <!-- /gc-footer -->
730 </div> <!-- /gc-container --> 731 </div> <!-- /gc-container -->
731 </body></html> 732 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/experimental.omnibox.html ('k') | chrome/common/extensions/docs/extension.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698