| Index: chrome/browser/resources/options/managed_user_exceptions_area.html
|
| diff --git a/chrome/browser/resources/options/managed_user_exceptions_area.html b/chrome/browser/resources/options/managed_user_exceptions_area.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..df996ca105590a19c42e41e73f7b97dc7d859c93
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/options/managed_user_exceptions_area.html
|
| @@ -0,0 +1,24 @@
|
| +<div id="managed-user-exceptions-area" class="page" hidden>
|
| + <div class="close-button"></div>
|
| + <h1 i18n-content="manualExceptionsHeader"></h1>
|
| + <div class="content-area">
|
| + <div id="manual-exception-column-headers">
|
| + <div id="manual-exception-pattern-column"
|
| + i18n-content="exceptionPatternHeader">
|
| + </div>
|
| + <div id="manual-exception-behavior-column"
|
| + i18n-content="exceptionBehaviorHeader">
|
| + </div>
|
| + </div>
|
| + <div>
|
| + <list id="manual-exceptions"></list>
|
| + </div>
|
| + </div>
|
| + <div class="action-area">
|
| + <div class="button-strip">
|
| + <button id="managed-user-settings-exceptions-overlay-confirm"
|
| + i18n-content="done">
|
| + </button>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|