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

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: Minor fix Created 7 years, 9 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..b4823cf46d053b02eb601d9309b085d9cb839d53
--- /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 class="manual-exception-column-headers">
+ <div class="manual-exception-pattern-column"
James Hawkins 2013/04/02 15:57:33 Why use class when there's only one use of each of
Sergiu 2013/04/02 17:14:09 Bernhard was worried about collisions but in the e
+ i18n-content="exceptionPatternHeader">
+ </div>
+ <div class="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>

Powered by Google App Engine
This is Rietveld 408576698