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

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

Issue 1861383002: Add TaskManagerEndProcessEnabled policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update supported_on to 52 Created 4 years, 8 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 b777319f9fe1a7e6c41d2283738a0d5530158f9b..f46ee80f5eed0303067aad9266786c0f11393df7 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -559,6 +559,10 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
prefs::kSystemTimezoneAutomaticDetectionPolicy,
base::Value::TYPE_INTEGER },
#endif
+
+ { key::kTaskManagerEndProcessEnabled,
+ prefs::kTaskManagerEndProcessEnabled,
+ base::Value::TYPE_BOOLEAN },
};
class ForceSafeSearchPolicyHandler : public TypeCheckingPolicyHandler {
« no previous file with comments | « no previous file | chrome/browser/policy/policy_browsertest.cc » ('j') | components/policy/resources/policy_templates.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698