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

Unified Diff: chrome/browser/ui/webui/options/managed_user_settings_handler.cc

Issue 12088040: Add a SigninAllowed policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some bugfixes. Created 7 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/options/managed_user_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/managed_user_settings_handler.cc b/chrome/browser/ui/webui/options/managed_user_settings_handler.cc
index e3c5e2092a948623a849bcabb3b5be04002b8cb9..d5c3931db8096fdfd1a6328343c6e46ec5a9c485 100644
--- a/chrome/browser/ui/webui/options/managed_user_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/managed_user_settings_handler.cc
@@ -36,7 +36,7 @@ void ManagedUserSettingsHandler::GetLocalizedValues(
// Other managed user settings
{ "advancedManagedUserSettings", IDS_ADVANCED_MANAGED_USER_LABEL },
{ "enableSafeSearch", IDS_SAFE_SEARCH_ENABLED },
- { "disableProfileSignIn", IDS_SIGNIN_SYNC_DISABLED },
+ { "allowProfileSignIn", IDS_SIGNIN_SYNC_ALLOWED },
{ "disableHistoryDeletion", IDS_HISTORY_DELETION_DISABLED },
{ "usePassphrase", IDS_USE_PASSPHRASE_LABEL },
{ "setPassphrase", IDS_SET_PASSPHRASE_BUTTON }

Powered by Google App Engine
This is Rietveld 408576698