| Index: chrome/browser/ui/webui/options/managed_user_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/managed_user_settings_handler.cc b/chrome/browser/ui/webui/options/managed_user_settings_handler.cc
|
| index 0af71b88b3e3f4d9aab78df9fb74211cef3d1932..ba571b85ef649a01acfe885abf80309e44df2959 100644
|
| --- a/chrome/browser/ui/webui/options/managed_user_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/managed_user_settings_handler.cc
|
| @@ -37,6 +37,8 @@ void ManagedUserSettingsHandler::GetLocalizedValues(
|
| DCHECK(localized_strings);
|
|
|
| static OptionsStringResource resources[] = {
|
| + // Unlock the settings page to allow editing.
|
| + { "unlockSettings", IDS_UNLOCK_PASSPHRASE_BUTTON },
|
| // Installed content packs.
|
| { "installedContentPacks", IDS_INSTALLED_CONTENT_PACKS_LABEL },
|
| { "getContentPacks", IDS_GET_CONTENT_PACKS_BUTTON },
|
|
|