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 606080089e7da13a9f9c5de191eb48446a8f975e..954ca45fc73de06b7ff55f74cb0b4c314276b7d1 100644 |
--- a/chrome/browser/resources/options2/content_settings.html |
+++ b/chrome/browser/resources/options2/content_settings.html |
@@ -296,6 +296,26 @@ |
</div> |
</section> |
</if> |
+ <!-- MediaStream capture device filter --> |
+ <section> |
+ <h3 i18n-content="mediastream_tab_label"></h3> |
Evan Stade
2012/06/15 18:51:25
these i18n var names should be camel case. Also, p
no longer working on chromium
2012/06/15 21:04:47
I checked the naming style for the existing code,
Evan Stade
2012/06/15 21:33:32
examples of i18n-content="camelCase" in this file:
no longer working on chromium
2012/06/18 10:22:49
Thanks for pointing out, this file is indeed misle
|
+ <div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="mediastream" value="ask"> |
+ <span i18n-content="mediastream_ask"></span> |
+ </label> |
+ </div> |
+ <div class="radio"> |
+ <label> |
+ <input type="radio" name="mediastream" value="block"> |
+ <span i18n-content="mediastream_block"></span> |
+ </label> |
+ </div> |
+ <button class="exceptions-list-button" contentType="mediastream" |
+ i18n-content="manage_exceptions"></button> |
+ </div> |
+ </section> |
</div> |
<div class="action-area"> |
<div class="button-strip"> |