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

Unified Diff: chrome/common/pref_names.cc

Issue 7537025: Add new Content settings type AUTO-SUBMIT-CERTIFICATE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " 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/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[] =

Powered by Google App Engine
This is Rietveld 408576698