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 4f813bfbe3fae16051633c4ad69bd6c48eeb554c..8198cfe8227e09752b714e2bf8ac663c11358685 100644 |
--- a/chrome/browser/resources/options2/content_settings.html |
+++ b/chrome/browser/resources/options2/content_settings.html |
@@ -275,10 +275,30 @@ |
</div> |
</section> |
</if> |
+ <!-- MediaStream capture device filter --> |
+ <section> |
+ <h3 i18n-content="mediastream_tab_label"></h3> |
+ <div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="mediastream" value="ask"> |
+ <span i18n-content="mediastream_ask"></span> |
+ </label> |
+ </div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="mediastream" value="block"> |
+ <span i18n-content="mediastream_block"></span> |
+ </label> |
+ </div> |
+ <button class="exceptions-list-button" contentType="mediastream" |
+ i18n-content="manage_exceptions"></button> |
+ </div> |
+ </section> |
</div> |
<div class="action-area"> |
<div class="button-strip"> |
<button id="content-settings-overlay-confirm" i18n-content="ok"></button> |
</div> |
</div> |
-</div> |
+</div> |