| 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 5872b3f06f914360303ecbfc21874cb8aa8fbd94..1d2b62c77c6657822b1b94602cb1a7b3ff68e073 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,7 @@ void AddLocalizedStrings(content::WebUIDataSource* html_source) {
|
| html_source->AddLocalizedString(
|
| "controlledSettingRecommendedDiffers",
|
| IDS_OPTIONS_CONTROLLED_SETTING_HAS_RECOMMENDATION);
|
| + // TODO(dbeam): use this string in new UI. http://crbug.com/614265#c36
|
| html_source->AddLocalizedString(
|
| "controlledSettingExtension",
|
| IDS_SETTINGS_CONTROLLED_SETTING_NAMED_EXTENSION);
|
|
|