| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 337c9ca1be8656dfdab563c703c15d42be93cf87..98947f1c57cf6fd307670971d7a47be17531ae08 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1423,9 +1423,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[] =
|
|
|