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

Side by Side Diff: chrome/common/extensions/docs/apps/experimental.identity.html

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 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 | 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 <h5>Parameters</h5> 293 <h5>Parameters</h5>
294 <dl> 294 <dl>
295 <div> 295 <div>
296 <div> 296 <div>
297 <dt> 297 <dt>
298 <var>token</var> 298 <var>token</var>
299 <em> 299 <em>
300 <!-- TYPE --> 300 <!-- TYPE -->
301 <div style="display:inline"> 301 <div style="display:inline">
302 ( 302 (
303 <span class="optional">optional</span>
303 <span id="typeTemplate"> 304 <span id="typeTemplate">
304 <span> 305 <span>
305 <span>string</span> 306 <span>string</span>
306 </span> 307 </span>
307 </span> 308 </span>
308 ) 309 )
309 </div> 310 </div>
310 </em> 311 </em>
311 </dt> 312 </dt>
312 <dd class="todo"> 313 <dd class="todo">
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 <h5>Parameters</h5> 448 <h5>Parameters</h5>
448 <dl> 449 <dl>
449 <div> 450 <div>
450 <div> 451 <div>
451 <dt> 452 <dt>
452 <var>responseUrl</var> 453 <var>responseUrl</var>
453 <em> 454 <em>
454 <!-- TYPE --> 455 <!-- TYPE -->
455 <div style="display:inline"> 456 <div style="display:inline">
456 ( 457 (
458 <span class="optional">optional</span>
457 <span id="typeTemplate"> 459 <span id="typeTemplate">
458 <span> 460 <span>
459 <span>string</span> 461 <span>string</span>
460 </span> 462 </span>
461 </span> 463 </span>
462 ) 464 )
463 </div> 465 </div>
464 </em> 466 </em>
465 </dt> 467 </dt>
466 <dd class="todo"> 468 <dd class="todo">
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 _uff=0; 532 _uff=0;
531 urchinTracker(); 533 urchinTracker();
532 } 534 }
533 catch(e) {/* urchinTracker not available. */} 535 catch(e) {/* urchinTracker not available. */}
534 </script> 536 </script>
535 <!-- end analytics --> 537 <!-- end analytics -->
536 </div> 538 </div>
537 </div> <!-- /gc-footer --> 539 </div> <!-- /gc-footer -->
538 </div> <!-- /gc-container --> 540 </div> <!-- /gc-container -->
539 </body></html> 541 </body></html>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/apps/app_lifecycle.html ('k') | chrome/common/extensions/docs/apps/fileSystem.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698