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

Unified Diff: chrome/browser/ui/webui/options/chromeos/proxy_handler.cc

Issue 11272026: Remove the managed banner from the Chrome settings UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 years, 2 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/options/chromeos/proxy_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
index 5064aed875740e878846b50af0c9205a6a220927..42a28b40802ec4688de945dd5961eb0e282f92cf 100644
--- a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
@@ -48,16 +48,18 @@ void ProxyHandler::GetLocalizedValues(
{ "removeHost", IDS_PROXY_REMOVE_HOST },
{ "proxyPort", IDS_PROXY_PORT },
{ "proxyBypass", IDS_PROXY_BYPASS },
- { "policyManagedPrefsBannerText", IDS_OPTIONS_POLICY_MANAGED_PREFS },
- { "extensionManagedPrefsBannerText", IDS_OPTIONS_EXTENSION_MANAGED_PREFS },
- { "unmodifiablePrefsBannerText", IDS_OPTIONS_UNMODIFIABLE_PREFS }
+ { "proxyBannerPolicy", IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PROXY_POLICY },
+ { "proxyBannerExtension",
+ IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PROXY_EXTENSION },
+ { "proxyBannerOther",
+ IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PROXY_OTHER_PRECEDE }
};
RegisterStrings(localized_strings, resources, arraysize(resources));
- localized_strings->SetString("enableSharedProxiesBannerText",
+ localized_strings->SetString("proxyBannerShared",
l10n_util::GetStringFUTF16(
- IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_ENABLE_SHARED_PROXIES_HINT,
+ IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_PROXY_ENABLE_SHARED_HINT,
l10n_util::GetStringUTF16(IDS_OPTIONS_SETTINGS_USE_SHARED_PROXIES)));
}
« no previous file with comments | « chrome/browser/resources/uber/uber_shared.css ('k') | chrome/browser/ui/webui/options/core_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698