| Index: chrome/browser/resources/options2/content_settings.html
|
| ===================================================================
|
| --- chrome/browser/resources/options2/content_settings.html (revision 141490)
|
| +++ chrome/browser/resources/options2/content_settings.html (working copy)
|
| @@ -257,27 +257,6 @@
|
| </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">
|
|
|