| 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 ea1fb117f6e515ba506affcc3924377cd8bd1edc..ee6768ba6379dd268fef93cc821e03bb78bb5453 100644
|
| --- a/chrome/browser/resources/options/content_settings.html
|
| +++ b/chrome/browser/resources/options/content_settings.html
|
| @@ -237,5 +237,28 @@
|
| i18n-content="manage_exceptions"></button>
|
| </div>
|
| </section>
|
| + <if expr="pp_ifdef('enable_web_intents')">
|
| + <section id="intents-section">
|
| + <h3 i18n-content="intentsTabLabel"></h3>
|
| + <div>
|
| + <div class="radio">
|
| + <label>
|
| + <input type="radio" name="intents" value="allow"
|
| + class="intents-radio">
|
| + <span i18n-content="intentsAllow"></span>
|
| + </label>
|
| + </div>
|
| + <div class="radio">
|
| + <label>
|
| + <input type="radio" name="intents" value="block"
|
| + class="intents-radio">
|
| + <span i18n-content="intentsBlock"></span>
|
| + </label>
|
| + </div>
|
| + <button id="manage-intents-button" contentType="intents"
|
| + i18n-content="manageIntents"></button>
|
| + </div>
|
| + </section>
|
| + </if>
|
| </div>
|
| </div>
|
|
|