| OLD | NEW |
| 1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
| 2 <p> | 2 <p> |
| 3 The content settings module allows you to change settings that control whether | 3 The content settings module allows you to change settings that control whether |
| 4 websites can use features such as cookies, JavaScript, and plug-ins. | 4 websites can use features such as cookies, JavaScript, and plug-ins. |
| 5 More generally speaking, content settings allow you to customize Chrome's | 5 More generally speaking, content settings allow you to customize Chrome's |
| 6 behavior on a per-site basis instead of globally.</p> | 6 behavior on a per-site basis instead of globally.</p> |
| 7 <p> | 7 <p> |
| 8 </p> | 8 </p> |
| 9 <h2 id="manifest">Manifest</h2> | 9 <h2 id="manifest">Manifest</h2> |
| 10 <p>You must declare the "contentSettings" permission | 10 <p>You must declare the "contentSettings" permission |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 <code>getResourceIdentifiers()</code></a> method. The returned list | 133 <code>getResourceIdentifiers()</code></a> method. The returned list |
| 134 can change with the set of installed plug-ins on the user's machine, but Chrome | 134 can change with the set of installed plug-ins on the user's machine, but Chrome |
| 135 tries to keep the identifiers stable across plug-in updates. | 135 tries to keep the identifiers stable across plug-in updates. |
| 136 </p> | 136 </p> |
| 137 <h2 id="examples">Examples</h2> | 137 <h2 id="examples">Examples</h2> |
| 138 <p> | 138 <p> |
| 139 You can find samples of this API on the | 139 You can find samples of this API on the |
| 140 <a href="samples.html#contentSettings">sample page</a>. | 140 <a href="samples.html#contentSettings">sample page</a>. |
| 141 </p> | 141 </p> |
| 142 <!-- END AUTHORED CONTENT --> | 142 <!-- END AUTHORED CONTENT --> |
| OLD | NEW |