Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4856)

Unified Diff: chrome/browser/resources/options/managed_user_exceptions_area.html

Issue 12594029: Create interface to manage manual exceptions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Load the overlay only when managed users are available. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/managed_user_exceptions_area.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698