| Index: chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc
|
| diff --git a/chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc b/chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc
|
| index c36cf177f94cc148330f79772e79f4a5b17ee8ce..5315755617c383f38d34db7541bbb580f61d6a2a 100644
|
| --- a/chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc
|
| @@ -18,6 +18,8 @@ void AddLocalizedStrings(content::WebUIDataSource* html_source) {
|
| html_source->AddLocalizedString(
|
| "controlledSettingRecommendedDiffers",
|
| IDS_OPTIONS_CONTROLLED_SETTING_HAS_RECOMMENDATION);
|
| + html_source->AddLocalizedString("controlledSettingExtension",
|
| + IDS_OPTIONS_CONTROLLED_SETTING_EXTENSION);
|
| #if defined(OS_CHROMEOS)
|
| html_source->AddLocalizedString("controlledSettingShared",
|
| IDS_OPTIONS_CONTROLLED_SETTING_SHARED);
|
|
|