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

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

Issue 2150483004: Plumbing for login apps device policy to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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
« no previous file with comments | « chrome/browser/extensions/policy_handlers.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 634c10a79c3ae307c0106036d6d11bde99bdbec1..4411b09bad0e2266cdf0e517e69d32d1d6ad3080 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -697,6 +697,8 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildHandlerList(
extensions::pref_names::kInstallDenyList, true)));
handlers->AddHandler(base::WrapUnique(
new extensions::ExtensionInstallForcelistPolicyHandler()));
+ handlers->AddHandler(base::WrapUnique(
+ new extensions::ExtensionInstallLoginlistPolicyHandler()));
handlers->AddHandler(
base::WrapUnique(new extensions::ExtensionURLPatternListPolicyHandler(
key::kExtensionInstallSources,
« no previous file with comments | « chrome/browser/extensions/policy_handlers.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698