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 --> |