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

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 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>
csilv 2012/06/05 00:40:21 nit: Per style guide, use javaScriptCase for i18n-
yzshen1 2012/06/05 17:28:43 [ I actually noticed the name inconsistency. But a
csilv 2012/06/05 18:09:27 Your reasons are valid, but we shouldn't make the
yzshen1 2012/06/05 19:57:57 Done.
+ <div>
+ <div class="radio">
+ <label>
+ <input type="radio" name="pepper_flash_cameramic" value="ask">
csilv 2012/06/05 00:40:21 nit: probably better to use dash instead of unders
yzshen1 2012/06/05 17:28:43 Please see my comment above. On 2012/06/05 00:40:
+ <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">

Powered by Google App Engine
This is Rietveld 408576698