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

Unified Diff: chrome/browser/ui/webui/options/core_options_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/core_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/core_options_handler.cc b/chrome/browser/ui/webui/options/core_options_handler.cc
index 95567fddce6d7e66c577235b1e2568a2d1503f0e..ea50be9b72e6d8223244400181195b9d1ba6fbbb 100644
--- a/chrome/browser/ui/webui/options/core_options_handler.cc
+++ b/chrome/browser/ui/webui/options/core_options_handler.cc
@@ -80,14 +80,6 @@ void CoreOptionsHandler::GetStaticLocalizedValues(
localized_strings->SetString("optionsPageTitle",
l10n_util::GetStringUTF16(IDS_SETTINGS_TITLE));
- // Managed prefs
- localized_strings->SetString("policyManagedPrefsBannerText",
- l10n_util::GetStringUTF16(IDS_OPTIONS_POLICY_MANAGED_PREFS));
- localized_strings->SetString("extensionManagedPrefsBannerText",
- l10n_util::GetStringUTF16(IDS_OPTIONS_EXTENSION_MANAGED_PREFS));
- localized_strings->SetString("policyAndExtensionManagedPrefsBannerText",
- l10n_util::GetStringUTF16(IDS_OPTIONS_POLICY_EXTENSION_MANAGED_PREFS));
-
// Controlled settings bubble.
localized_strings->SetString("controlledSettingPolicy",
l10n_util::GetStringUTF16(IDS_OPTIONS_CONTROLLED_SETTING_POLICY));

Powered by Google App Engine
This is Rietveld 408576698