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

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

Issue 608283003: Remove retail mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index b64ddbdc10455819dd92101cf177ec592cc2dcf7..73c4c29ac51fbc0c53afc7c13fd5f9367477289f 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -649,8 +649,6 @@ scoped_ptr<ConfigurationPolicyHandlerList> BuildHandlerList(
handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
NetworkConfigurationPolicyHandler::CreateForUserPolicy()));
handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
- new PinnedLauncherAppsPolicyHandler()));
bartfab (slow) 2014/10/15 09:52:21 This should stay.
rkc 2014/11/20 21:06:34 Done.
- handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
new ScreenMagnifierPolicyHandler()));
handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
new LoginScreenPowerManagementPolicyHandler(chrome_schema)));

Powered by Google App Engine
This is Rietveld 408576698