Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: chrome/browser/resources/options2/content_settings.html

Issue 10808092: Add settings UI for managing defaults (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 54c50042e1e3f2e48361460b2e83b62101177649..910e9bca85bf443a2735a4a3138146150bde4d6b 100644
--- a/chrome/browser/resources/options2/content_settings.html
+++ b/chrome/browser/resources/options2/content_settings.html
@@ -249,16 +249,23 @@
</div>
</section>
<!-- Intent registration filter -->
+
<section>
- <h3 i18n-content="webIntentsTabLabel" class="content-settings-header">
- </h3>
- <div class="checkbox">
- <label>
- <input pref="webintents.enabled" type="checkbox">
- <span i18n-content="allowWebIntents"></span>
- </label>
+ <h3 i18n-content="web_intents_tab_label"
csilv 2012/08/09 18:18:04 Although this rule isn't followed consistently, we
+ class="content-settings-header"></h3>
+ <div>
+ <div class="checkbox">
+ <label>
+ <input pref="webintents.enabled" type="checkbox">
+ <span i18n-content="web_intents_enabled"></span>
+ </label>
+ </div>
+ <button id="manage-web-intents-defaults-button"
+ contentType="intents"
+ i18n-content="web_intents_defaults_button_title"></button>
</div>
</section>
+
<!-- Pepper Flash camera and microphone filter -->
<section id="pepper-flash-cameramic-section" class="pepper-flash-settings">
<h3 i18n-content="pepperFlashCameramicTabLabel"></h3>

Powered by Google App Engine
This is Rietveld 408576698