| 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 1d2b62c77c6657822b1b94602cb1a7b3ff68e073..c36cf177f94cc148330f79772e79f4a5b17ee8ce 100644
|
| --- a/chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc
|
| @@ -18,10 +18,6 @@ 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);
|
| #if defined(OS_CHROMEOS)
|
| html_source->AddLocalizedString("controlledSettingShared",
|
| IDS_OPTIONS_CONTROLLED_SETTING_SHARED);
|
|
|