| Index: chrome/browser/resources/options/content_settings.html
|
| diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html
|
| index 2ed420bf5c1d817975805c58dc72a31f2fca5c68..bd4230f19d0ad16b3296b788835b17135dcc6452 100644
|
| --- a/chrome/browser/resources/options/content_settings.html
|
| +++ b/chrome/browser/resources/options/content_settings.html
|
| @@ -92,6 +92,28 @@
|
| </div>
|
| </section>
|
|
|
| + <!-- Handlers settings -->
|
| + <section id="handlers-section">
|
| + <h3 i18n-content="handlers_tab_label"></h3>
|
| + <div>
|
| + <div class="radio">
|
| + <label>
|
| + <input type="radio" name="handlers" value="allow">
|
| + <span i18n-content="handlers_allow"></span>
|
| + </label>
|
| + </div>
|
| + <div class="radio">
|
| + <label>
|
| + <input type="radio" name="handlers" value="block">
|
| + <span i18n-content="handlers_block"></span>
|
| + </label>
|
| + </div>
|
| +
|
| + <button id="manage-handlers-button" contentType="handlers"
|
| + i18n-content="manage_handlers"></button>
|
| + </div>
|
| + </section>
|
| +
|
| <!-- Plug-ins filter -->
|
| <section>
|
| <h3 i18n-content="plugins_tab_label"></h3>
|
|
|