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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/intros/types.html

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 2 <p id="classSummary">
3 The <code>chrome.types</code> module contains type declarations for Chrome. 3 The <code>chrome.types</code> module contains type declarations for Chrome.
4 Currently this comprises only a prototype for giving other 4 Currently this comprises only a prototype for giving other
5 modules access to manage Chrome browser settings. This prototype is used, 5 modules access to manage Chrome browser settings. This prototype is used,
6 for example, for <a 6 for example, for <a
7 href="proxy.html#property-settings"><code>chrome.proxy.settings</code></a>. 7 href="proxy.html#property-settings"><code>chrome.proxy.settings</code></a>.
8 </p> 8 </p>
9 9
10 <h2 id="ChromeSetting">Chrome settings</h2> 10 <h2 id="ChromeSetting">Chrome settings</h2>
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 the extension installed most recently takes precedence over the other 92 the extension installed most recently takes precedence over the other
93 extensions. If the most recently installed extension sets only <b>(I)</b>, the 93 extensions. If the most recently installed extension sets only <b>(I)</b>, the
94 settings of regular windows can be defined by previously installed extensions. 94 settings of regular windows can be defined by previously installed extensions.
95 </p> 95 </p>
96 96
97 <p> 97 <p>
98 The <em>effective</em> value of a setting is the one that results from 98 The <em>effective</em> value of a setting is the one that results from
99 considering the precedence rules. It is used by Chrome. 99 considering the precedence rules. It is used by Chrome.
100 <p> 100 <p>
101 <!-- END AUTHORED CONTENT --> 101 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698