| Index: chrome/browser/resources/options/content_settings_exceptions_area.html
|
| diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.html b/chrome/browser/resources/options/content_settings_exceptions_area.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ac477937c1c4280cb7e2c83d6543885679836e4c
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options/content_settings_exceptions_area.html
|
| @@ -0,0 +1,56 @@
|
| +<div class="page hidden" id="contentSettingsExceptionsArea">
|
| + <h1></h1>
|
| +
|
| + <div id="exceptionColumnHeaders">
|
| + <div id="exceptionPatternColumn">Pattern</div>
|
| + <div id="exceptionBehaviorColumn">Behavior</div>
|
| + </div>
|
| +
|
| + <div contentType="cookies">
|
| + <list mode="normal"></list>
|
| + <div>
|
| + <span i18n-content="otr_exceptions_explanation"></span>
|
| + <list mode="otr"></list>
|
| + </div>
|
| + </div>
|
| +
|
| + <div contentType="images">
|
| + <list mode="normal"></list>
|
| + <div>
|
| + <span i18n-content="otr_exceptions_explanation"></span>
|
| + <list mode="otr"></list>
|
| + </div>
|
| + </div>
|
| +
|
| + <div contentType="javascript">
|
| + <list mode="normal"></list>
|
| + <div>
|
| + <span i18n-content="otr_exceptions_explanation"></span>
|
| + <list mode="otr"></list>
|
| + </div>
|
| + </div>
|
| +
|
| + <div contentType="plugins">
|
| + <list mode="normal"></list>
|
| + <div>
|
| + <span i18n-content="otr_exceptions_explanation"></span>
|
| + <list mode="otr"></list>
|
| + </div>
|
| + </div>
|
| +
|
| + <div contentType="popups">
|
| + <list mode="normal"></list>
|
| + <div>
|
| + <span i18n-content="otr_exceptions_explanation"></span>
|
| + <list mode="otr"></list>
|
| + </div>
|
| + </div>
|
| +
|
| + <div contentType="location">
|
| + <list mode="normal"></list>
|
| + </div>
|
| +
|
| + <div contentType="notifications">
|
| + <list mode="normal"></list>
|
| + </div>
|
| +</div>
|
|
|