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

Unified Diff: trunk/src/chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 441143002: Revert 287581 "Allow recommended locales to be set for public se..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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: trunk/src/chrome/browser/policy/configuration_policy_handler_list_factory.cc
===================================================================
--- trunk/src/chrome/browser/policy/configuration_policy_handler_list_factory.cc (revision 287633)
+++ trunk/src/chrome/browser/policy/configuration_policy_handler_list_factory.cc (working copy)
@@ -787,14 +787,6 @@
new ExternalDataPolicyHandler(key::kUserAvatarImage)));
handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
new ExternalDataPolicyHandler(key::kWallpaperImage)));
- handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
- new SimpleSchemaValidatingPolicyHandler(
- key::kSessionLocales,
- NULL,
- chrome_schema,
- SCHEMA_STRICT,
- SimpleSchemaValidatingPolicyHandler::RECOMMENDED_ALLOWED,
- SimpleSchemaValidatingPolicyHandler::MANDATORY_PROHIBITED)));
#endif // defined(OS_CHROMEOS)
return handlers.Pass();

Powered by Google App Engine
This is Rietveld 408576698