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..606080089e7da13a9f9c5de191eb48446a8f975e 100644 |
--- a/chrome/browser/resources/options2/content_settings.html |
+++ b/chrome/browser/resources/options2/content_settings.html |
@@ -257,6 +257,27 @@ |
</label> |
</div> |
</section> |
+ <!-- Pepper Flash camera and microphone filter --> |
+ <section id="pepper-flash-cameramic-section" class="pepper-flash-settings"> |
+ <h3 i18n-content="pepperFlashCameramicTabLabel"></h3> |
+ <div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="pepper-flash-cameramic" value="ask"> |
+ <span i18n-content="pepperFlashCameramicAsk"></span> |
+ </label> |
+ </div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="pepper-flash-cameramic" value="block"> |
+ <span i18n-content="pepperFlashCameramicBlock"></span> |
+ </label> |
+ </div> |
+ <button class="exceptions-list-button" |
+ contentType="pepper-flash-cameramic" |
+ i18n-content="manage_exceptions"></button> |
+ </div> |
+ </section> |
<if expr="pp_ifdef('chromeos')"> |
<!-- Protected Content filter --> |
<section guest-visibility="disabled"> |