Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1387)

Unified Diff: chrome/browser/ui/webui/policy_indicator_localized_strings_provider.cc

Issue 2708013003: [MD settings] show icon when content settings are controlled by an extension (Closed)
Patch Set: unit test fix Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698