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

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: Remove unrelated changes from patchset. Created 9 years, 4 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 13cc468bd55a14f375f9635d832b5c0be1d458da..f06de78d02bc0a11534599f44c974a4ef2077ad3 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,
@@ -1114,8 +1112,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