Chromium Code Reviews| Index: chrome/browser/resources/options/content_settings.html |
| diff --git a/chrome/browser/resources/options/content_settings.html b/chrome/browser/resources/options/content_settings.html |
| index 4672e9fa0a008cbc696257bb90f9b9eabcbefdb7..d9c5d8800f2282be955f1c7d99bcff86f34a98c9 100644 |
| --- a/chrome/browser/resources/options/content_settings.html |
| +++ b/chrome/browser/resources/options/content_settings.html |
| @@ -394,7 +394,7 @@ |
| </section> |
| </if> |
| <!-- Microphone filter --> |
| - <section> |
| + <section id="media-stream-mic"> |
|
msramek
2015/07/30 16:45:49
Currently, we just point to the microphone section
|
| <h3 i18n-content="mediaStreamMicTabLabel"></h3> |
| <div> |
| <span id="media-select-mic-label" |
| @@ -433,7 +433,7 @@ |
| </div> |
| </section> |
| <!-- Camera filter --> |
| - <section> |
| + <section id="media-stream-camera"> |
| <h3 i18n-content="mediaStreamCameraTabLabel"></h3> |
| <div> |
| <span id="media-select-camera-label" |