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

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

Issue 2479973002: MD Settings: clarify "controlled by" logic (Closed)
Patch Set: merge Created 4 years, 1 month 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 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);

Powered by Google App Engine
This is Rietveld 408576698