| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 2ffb539fa32c52bc4174e3ece095d859eab259bc..a368444ed0877403828f5e7a8e52c696f0da5f2e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1428,9 +1428,13 @@ const char kManagedDefaultGeolocationSetting[] =
|
| "profile.managed_default_content_settings.geolocation";
|
| const char kManagedDefaultNotificationsSetting[] =
|
| "profile.managed_default_content_settings.notifications";
|
| +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[] =
|
|
|