| Index: chrome/browser/ui/webui/options/core_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/core_options_handler.cc b/chrome/browser/ui/webui/options/core_options_handler.cc
|
| index f2bcaaf411866a84d45012950b8c1b576957de71..3b7963a498713c9f45a7162bbbb61e54730c5378 100644
|
| --- a/chrome/browser/ui/webui/options/core_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/core_options_handler.cc
|
| @@ -101,6 +101,10 @@ void CoreOptionsHandler::GetStaticLocalizedValues(
|
| localized_strings->SetString("controlledSettingFollowRecommendation",
|
| l10n_util::GetStringUTF16(
|
| IDS_OPTIONS_CONTROLLED_SETTING_FOLLOW_RECOMMENDATION));
|
| + localized_strings->SetString("controlledSettingsPolicy",
|
| + l10n_util::GetStringUTF16(IDS_OPTIONS_CONTROLLED_SETTINGS_POLICY));
|
| + localized_strings->SetString("controlledSettingsExtension",
|
| + l10n_util::GetStringUTF16(IDS_OPTIONS_CONTROLLED_SETTINGS_EXTENSION));
|
|
|
| // Search
|
| RegisterTitle(localized_strings, "searchPage", IDS_OPTIONS_SEARCH_PAGE_TITLE);
|
|
|