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

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

Issue 10479015: Pepper Flash settings integration - camera and microphone. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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 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">
« no previous file with comments | « chrome/browser/pepper_flash_settings_manager.cc ('k') | chrome/browser/resources/options2/content_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698