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

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: Minor fixes 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_settings.html
diff --git a/chrome/browser/resources/options/managed_user_settings.html b/chrome/browser/resources/options/managed_user_settings.html
index aeefd4364c72651c005c338d187e1876da230e72..45af16edbbbc4b87f34bbd95d9a9f2ae56620401 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 class="exceptions-list-button" i18n-content="manageExceptions">
+ </button>
</div>
</section>
<!-- Content pack settings -->

Powered by Google App Engine
This is Rietveld 408576698