| Index: chrome/browser/content_settings/content_settings_policy_provider.cc
|
| diff --git a/chrome/browser/content_settings/content_settings_policy_provider.cc b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| index 0fedcd6b12b0744c97d162b7630b2876cf384b22..d4a2e0dc1ca07e39b46426a09e077c0198d2ff02 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| @@ -45,6 +45,7 @@ const char* kPrefToManageType[] = {
|
| NULL, // No policy for default value of multiple automatic downloads
|
| NULL, // No policy for default value of MIDI system exclusive requests
|
| NULL, // No policy for default value of push messaging requests
|
| + NULL, // No policy for default value of SSL certificate decisions
|
| #if defined(OS_WIN)
|
| NULL, // No policy for default value of "switch to desktop"
|
| #elif defined(OS_ANDROID) || defined(OS_CHROMEOS)
|
|
|