| OLD | NEW |
| 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 Loading... |
| 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 --> |
| OLD | NEW |