Index: chrome/browser/resources/options/content_settings.html |
=================================================================== |
--- chrome/browser/resources/options/content_settings.html (revision 97964) |
+++ chrome/browser/resources/options/content_settings.html (working copy) |
@@ -212,34 +212,30 @@ |
</div> |
</section> |
<!-- Intent registration filter tab contents --> |
- <if expr="pp_ifdef('enable_web_intents')"> |
- <section id="intents-section"> |
+ <section id="intent-filter"> |
<h3 i18n-content="intentsTabLabel" class="content-settings-header"></h3> |
- <div> |
- <div class="radio"> |
- <label> |
- <input type="radio" name="intents" value="allow"> |
- <span i18n-content="intentsAllow"></span> |
- </label> |
- </div> |
- <div class="radio"> |
- <label> |
- <input type="radio" name="intents" value="ask"> |
- <span i18n-content="intentsAsk"></span> |
- </label> |
- </div> |
- <div class="radio"> |
- <label> |
- <input type="radio" name="intents" value="block"> |
- <span i18n-content="intentsBlock"></span> |
- </label> |
- </div> |
- <button class="exceptions-list-button" contentType="intents" |
- i18n-content="manage_exceptions"></button> |
- <button id="manage-intents-button" contentType="intents" |
- i18n-content="manageIntents"></button> |
+ <div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="intents" value="allow"> |
+ <span i18n-content="intentsAllow"></span> |
+ </label> |
</div> |
- </section> |
- </if> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="intents" value="ask"> |
+ <span i18n-content="intentsAsk"></span> |
+ </label> |
+ </div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="intents" value="block"> |
+ <span i18n-content="intentsBlock"></span> |
+ </label> |
+ </div> |
+ <button class="exceptions-list-button" contentType="intents" |
+ i18n-content="manage_exceptions"></button> |
+ </div> |
+ </section> |
</div> |
</div> |