Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1743)

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

Issue 2144313002: Plumbing for login apps device policy to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Devlin feedback Created 3 years, 9 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 842aabe9d5ca12b2698080a75fc03e5471858585..fc0032518917b81bc3db6f614ba6980ec66203d3 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -861,6 +861,9 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildHandlerList(
handlers->AddHandler(
base::MakeUnique<extensions::ExtensionInstallForcelistPolicyHandler>());
handlers->AddHandler(
+ base::MakeUnique<
+ extensions::ExtensionInstallLoginScreenAppListPolicyHandler>());
+ handlers->AddHandler(
base::MakeUnique<extensions::ExtensionURLPatternListPolicyHandler>(
key::kExtensionInstallSources,
extensions::pref_names::kAllowedInstallSites));
« no previous file with comments | « chrome/browser/extensions/standard_management_policy_provider_unittest.cc ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698