Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 126d0cec8e9d76d39f0fe21d3d14407189645389..b6c3309f2c1732c48c75e96dad81e78933b0345f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1399,9 +1399,13 @@ const char kManagedDefaultPopupsSetting[] = |
"profile.managed_default_content_settings.popups"; |
const char kManagedDefaultGeolocationSetting[] = |
"profile.managed_default_content_settings.geolocation"; |
+const char kManagedDefaultAutoSubmitCertificateSetting[] = |
+ "profile.managed_default_content_settings.auto_submit_certificate"; |
// Preferences that are exclusively used to store managed |
// content settings patterns. |
+const char kManagedAutoSubmitCertificateForUrls[] = |
+ "profile.managed_auto_submit_certificate_for_urls"; |
const char kManagedCookiesAllowedForUrls[] = |
"profile.managed_cookies_allowed_for_urls"; |
const char kManagedCookiesBlockedForUrls[] = |