| Index: chrome/browser/resources/options2/content_settings_exceptions_area.html
|
| diff --git a/chrome/browser/resources/options2/content_settings_exceptions_area.html b/chrome/browser/resources/options2/content_settings_exceptions_area.html
|
| index 1aec06cb929f539ccc73e9ac4d5c6aba5d2306da..73eb541df554e9151dce9be37ef699fdbc0bd17d 100644
|
| --- a/chrome/browser/resources/options2/content_settings_exceptions_area.html
|
| +++ b/chrome/browser/resources/options2/content_settings_exceptions_area.html
|
| @@ -76,6 +76,14 @@
|
| <list mode="otr"></list>
|
| </div>
|
| </div>
|
| + <div contentType="mediastream">
|
| + <list mode="normal"></list>
|
| + <div>
|
| + <span class="otr-explanation" i18n-content="otr_exceptions_explanation">
|
| + </span>
|
| + <list mode="otr"></list>
|
| + </div>
|
| + </div>
|
| </div>
|
| <div class="action-area">
|
| <div class="button-strip">
|
| @@ -84,4 +92,4 @@
|
| </button>
|
| </div>
|
| </div>
|
| -</div>
|
| +</div>
|
|
|