Chromium Code Reviews| 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"> |