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

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

Issue 7828022: Add a method to the HostContentSettings map to return the |Value| of a content setting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update example value of AutoSelectCertificate policy in policy_template.json Created 9 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_pref_store.cc
diff --git a/chrome/browser/policy/configuration_policy_pref_store.cc b/chrome/browser/policy/configuration_policy_pref_store.cc
index 2d4b7bf1349d427c06fd7a2203bbaf182e1f856a..0775a840d627a2b5f6e17de08f84e4402f4d89e1 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.cc
+++ b/chrome/browser/policy/configuration_policy_pref_store.cc
@@ -230,8 +230,6 @@ const ConfigurationPolicyPrefKeeper::PolicyToPreferenceMapEntry
prefs::kManagedDefaultPluginsSetting },
{ Value::TYPE_INTEGER, kPolicyDefaultPopupsSetting,
prefs::kManagedDefaultPopupsSetting },
- { Value::TYPE_INTEGER, kPolicyDefaultAutoSelectCertificateSetting,
- prefs::kManagedDefaultAutoSelectCertificateSetting },
{ Value::TYPE_LIST, kPolicyAutoSelectCertificateForUrls,
prefs::kManagedAutoSelectCertificateForUrls},
{ Value::TYPE_LIST, kPolicyCookiesAllowedForUrls,
@@ -1118,8 +1116,6 @@ ConfigurationPolicyPrefStore::GetChromePolicyDefinitionList() {
key::kDefaultNotificationsSetting },
{ kPolicyDefaultGeolocationSetting, Value::TYPE_INTEGER,
key::kDefaultGeolocationSetting },
- { kPolicyDefaultAutoSelectCertificateSetting, Value::TYPE_INTEGER,
- key::kDefaultAutoSelectCertificateSetting},
{ kPolicyAutoSelectCertificateForUrls, Value::TYPE_LIST,
key::kAutoSelectCertificateForUrls},
{ kPolicyCookiesAllowedForUrls, Value::TYPE_LIST,

Powered by Google App Engine
This is Rietveld 408576698