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

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

Issue 8662008: Implement chrome.systemPrivate.getIncognitoModeAvailability extension API function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments, fixed bug Created 9 years 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 </ol> 323 </ol>
324 </li> 324 </li>
325 <li> 325 <li>
326 <a href="#apiReference">API reference: chrome.windows</a> 326 <a href="#apiReference">API reference: chrome.windows</a>
327 <ol> 327 <ol>
328 <li> 328 <li>
329 <a href="#properties">Properties</a> 329 <a href="#properties">Properties</a>
330 <ol> 330 <ol>
331 <li> 331 <li>
332 <a href="#property-WINDOW_ID_NONE">WINDOW_ID_NONE</a> 332 <a href="#property-WINDOW_ID_NONE">WINDOW_ID_NONE</a>
333 </li><li>
334 <a href="#property-incognitoModeAvailability">incognitoModeAvail ability</a>
333 </li> 335 </li>
334 </ol> 336 </ol>
335 </li> 337 </li>
336 <li> 338 <li>
337 <a href="#global-methods">Methods</a> 339 <a href="#global-methods">Methods</a>
338 <ol> 340 <ol>
339 <li> 341 <li>
340 <a href="#method-create">create</a> 342 <a href="#method-create">create</a>
341 </li><li> 343 </li><li>
342 <a href="#method-get">get</a> 344 <a href="#method-get">get</a>
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 <dd style="display: none; "> 557 <dd style="display: none; ">
556 <div></div> 558 <div></div>
557 </dd> 559 </dd>
558 560
559 <!-- FUNCTION PARAMETERS --> 561 <!-- FUNCTION PARAMETERS -->
560 <dd style="display: none; "> 562 <dd style="display: none; ">
561 <div></div> 563 <div></div>
562 </dd> 564 </dd>
563 565
564 </div> 566 </div>
567 </div><div>
568 <a name="property-incognitoModeAvailability"></a>
569 <h4>incognitoModeAvailability</h4>
570 <div class="summary">
571 <!-- Note: intentionally longer 80 columns -->
572 <span>chrome.windows.</span><span>incognitoModeAvailability</spa n>
573 </div>
574 <div>
575 <dt>
576 <var>incognitoModeAvailability</var>
577 <em>
578
579 <!-- TYPE -->
580 <div style="display:inline">
581 (
582 <span class="optional" style="display: none; ">optional</spa n>
583 <span class="enum" style="display: none; ">enumerated</span>
584 <span id="typeTemplate">
585 <span>
586 <a href="types.html#type-ChromeSetting">ChromeSetting</a >
587 </span>
588 <span style="display: none; ">
589 <span>
590 array of <span><span></span></span>
591 </span>
592 <span>paramType</span>
593 <span></span>
594 </span>
595 </span>
596 )
597 </div>
598
599 </em>
600 </dt>
601 <dd class="todo" style="display: none; ">
602 Undocumented.
603 </dd>
604 <dd>Read-only property that exposes whether the incognito mode is avai lable to windows. One of 'enabled', 'disabled' (user cannot browse pages in Inco gnito mode), 'forced' (all pages/sessions are forced into Incognito mode).</dd>
605 <dd style="display: none; ">
606 This parameter was added in version
607 <b><span></span></b>.
608 You must omit this parameter in earlier versions,
609 and you may omit it in any version. If you require this
610 parameter, the manifest key
611 <a href="manifest.html#minimum_chrome_version">minimum_chrome_versio n</a>
612 can ensure that your extension won't be run in an earlier browser ve rsion.
613 </dd>
614
615 <!-- OBJECT PROPERTIES -->
616 <dd style="display: none; ">
617 <dl>
618 <div>
619 <div>
620 </div>
621 </div>
622 </dl>
623 </dd>
624
625 <!-- OBJECT METHODS -->
626 <dd style="display: none; ">
627 <div></div>
628 </dd>
629
630 <!-- OBJECT EVENT FIELDS -->
631 <dd style="display: none; ">
632 <div></div>
633 </dd>
634
635 <!-- FUNCTION PARAMETERS -->
636 <dd style="display: none; ">
637 <div></div>
638 </dd>
639
640 </div>
565 </div> 641 </div>
566 642
567 </div> <!-- /apiGroup --> 643 </div> <!-- /apiGroup -->
568 644
569 <!-- METHODS --> 645 <!-- METHODS -->
570 <div id="methodsTemplate" class="apiGroup"> 646 <div id="methodsTemplate" class="apiGroup">
571 <a name="global-methods"></a> 647 <a name="global-methods"></a>
572 <h3>Methods</h3> 648 <h3>Methods</h3>
573 649
574 <!-- iterates over all functions --> 650 <!-- iterates over all functions -->
(...skipping 4047 matching lines...) Expand 10 before | Expand all | Expand 10 after
4622 _uff=0; 4698 _uff=0;
4623 urchinTracker(); 4699 urchinTracker();
4624 } 4700 }
4625 catch(e) {/* urchinTracker not available. */} 4701 catch(e) {/* urchinTracker not available. */}
4626 </script> 4702 </script>
4627 <!-- end analytics --> 4703 <!-- end analytics -->
4628 </div> 4704 </div>
4629 </div> <!-- /gc-footer --> 4705 </div> <!-- /gc-footer -->
4630 </div> <!-- /gc-container --> 4706 </div> <!-- /gc-container -->
4631 </body></html> 4707 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698