Chromium Code Reviews| 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..b73112b9105ab52d247feeff4f85150d0694adb6 100644 |
| --- a/chrome/browser/resources/options2/content_settings_exceptions_area.html |
| +++ b/chrome/browser/resources/options2/content_settings_exceptions_area.html |
| @@ -59,8 +59,16 @@ |
| </div> |
| <div contentType="notifications"> |
| <list mode="normal"></list> |
| + </div> |
| + <div contentType="fullscreen"> 66 |
|
Bernhard Bauer
2012/06/11 18:16:00
The "66" doesn't seem like it belongs here?
no longer working on chromium
2012/06/14 13:03:25
Done.
|
| + <list mode="normal"></list> |
| + <div> |
| + <span class="otr-explanation" i18n-content="otr_exceptions_explanation"> |
| + </span> |
| + <list mode="otr"></list> |
| + </div> |
| </div> |
| - <div contentType="fullscreen"> |
| + <div contentType="mouselock"> |
| <list mode="normal"></list> |
| <div> |
| <span class="otr-explanation" i18n-content="otr_exceptions_explanation"> |
| @@ -68,7 +76,7 @@ |
| <list mode="otr"></list> |
| </div> |
| </div> |
| - <div contentType="mouselock"> |
| + <div contentType="mediastream"> |
|
Bernhard Bauer
2012/06/11 18:16:00
Nit: tab
no longer working on chromium
2012/06/14 13:03:25
Done.
|
| <list mode="normal"></list> |
| <div> |
| <span class="otr-explanation" i18n-content="otr_exceptions_explanation"> |
| @@ -85,3 +93,4 @@ |
| </div> |
| </div> |
| </div> |
| + |