Index: chrome/browser/resources/options2/content_settings.html |
diff --git a/chrome/browser/resources/options2/content_settings.html b/chrome/browser/resources/options2/content_settings.html |
index 9710932c5e9f2642e9d43d4ce3b699e7b99cb03a..389dc28d4dc364acd5435b8e9d4730a62c089432 100644 |
--- a/chrome/browser/resources/options2/content_settings.html |
+++ b/chrome/browser/resources/options2/content_settings.html |
@@ -87,29 +87,27 @@ |
</div> |
</section> |
<!-- Handlers settings --> |
- <if expr="pp_ifdef('enable_register_protocol_handler')"> |
- <section id="handlers-section"> |
- <h3 i18n-content="handlers_tab_label"></h3> |
- <div> |
- <div class="radio"> |
- <label> |
- <input type="radio" name="handlers" value="allow" |
- class="handler-radio"> |
- <span i18n-content="handlers_allow"></span> |
- </label> |
- </div> |
- <div class="radio"> |
- <label> |
- <input type="radio" name="handlers" value="block" |
- class="handler-radio"> |
- <span i18n-content="handlers_block"></span> |
- </label> |
- </div> |
- <button id="manage-handlers-button" contentType="handlers" |
- i18n-content="manage_handlers"></button> |
+ <section id="handlers-section"> |
+ <h3 i18n-content="handlers_tab_label"></h3> |
+ <div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="handlers" value="allow" |
+ class="handler-radio"> |
+ <span i18n-content="handlers_allow"></span> |
+ </label> |
+ </div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="handlers" value="block" |
+ class="handler-radio"> |
+ <span i18n-content="handlers_block"></span> |
+ </label> |
</div> |
- </section> |
- </if> |
+ <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> |