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

Unified Diff: chrome/browser/resources/options/managed_user_settings.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_settings.html
diff --git a/chrome/browser/resources/options/managed_user_settings.html b/chrome/browser/resources/options/managed_user_settings.html
index aeefd4364c72651c005c338d187e1876da230e72..a77f56405020f4f8efb20e0cf7652b0c6e764dd6 100644
--- a/chrome/browser/resources/options/managed_user_settings.html
+++ b/chrome/browser/resources/options/managed_user_settings.html
@@ -4,12 +4,15 @@
<div class="content-area">
<!-- Content pack area -->
<section>
- <h3 i18n-content="installedContentPacks"></h3>
+ <h3 i18n-content="contentPacksTabLabel"></h3>
<list id="content-packs-list"></list>
<div class="settings-row">
<button id="get-content-packs-button" i18n-content="getContentPacks"
disabled>
</button>
+ </button>
+ <button id="manage-exceptions-button" i18n-content="manageExceptions">
+ </button>
</div>
</section>
<!-- Content pack settings -->
« no previous file with comments | « chrome/browser/resources/options/managed_user_settings.css ('k') | chrome/browser/resources/options/managed_user_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698