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

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

Issue 1638453003: Adding Keygen to Policy List (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2623
Patch Set: Created 4 years, 11 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 | « no previous file | chrome/test/data/chromeos/enterprise/policies » ('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 055185904e3eff79ac4e8ca0a090c76a57932fd4..4dde865ab0034a802fd5317ae31096daa2067126 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -170,6 +170,9 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kDefaultPopupsSetting,
prefs::kManagedDefaultPopupsSetting,
base::Value::TYPE_INTEGER },
+ { key::kDefaultKeygenSetting,
+ prefs::kManagedDefaultKeygenSetting,
+ base::Value::TYPE_INTEGER },
{ key::kAutoSelectCertificateForUrls,
prefs::kManagedAutoSelectCertificateForUrls,
base::Value::TYPE_LIST },
@@ -206,6 +209,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
{ key::kPopupsBlockedForUrls,
prefs::kManagedPopupsBlockedForUrls,
base::Value::TYPE_LIST },
+ { key::kKeygenAllowedForUrls,
+ prefs::kManagedKeygenAllowedForUrls,
+ base::Value::TYPE_LIST },
+ { key::kKeygenBlockedForUrls,
+ prefs::kManagedKeygenBlockedForUrls,
+ base::Value::TYPE_LIST },
{ key::kNotificationsAllowedForUrls,
prefs::kManagedNotificationsAllowedForUrls,
base::Value::TYPE_LIST },
« no previous file with comments | « no previous file | chrome/test/data/chromeos/enterprise/policies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698