| 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 0e987d7b0412ac15d562fb5ef2ff2cc1eebacfd5..b42b1db01ca44968596db69c5c8c73e58daf331e 100644
|
| --- a/chrome/browser/resources/options2/content_settings.html
|
| +++ b/chrome/browser/resources/options2/content_settings.html
|
| @@ -255,6 +255,27 @@
|
| </label>
|
| </div>
|
| </section>
|
| + <!-- Pepper Flash camera and microphone filter -->
|
| + <section id="pepper-flash-cameramic-section" class="pepper-flash-settings">
|
| + <h3 i18n-content="pepper_flash_cameramic_tab_label"></h3>
|
| + <div>
|
| + <div class="radio">
|
| + <label>
|
| + <input type="radio" name="pepper_flash_cameramic" value="ask">
|
| + <span i18n-content="pepper_flash_cameramic_ask"></span>
|
| + </label>
|
| + </div>
|
| + <div class="radio">
|
| + <label>
|
| + <input type="radio" name="pepper_flash_cameramic" value="block">
|
| + <span i18n-content="pepper_flash_cameramic_block"></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">
|
|
|