| Index: chrome/common/content_settings_types.h
|
| diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h
|
| index a99c7e3cdae26908250a9fdb51b3421ec43b8107..f748d03bbdce89c84f619a0d3db964ab3eb593d9 100644
|
| --- a/chrome/common/content_settings_types.h
|
| +++ b/chrome/common/content_settings_types.h
|
| @@ -30,6 +30,7 @@ enum ContentSettingsType {
|
| CONTENT_SETTINGS_TYPE_AUTOMATIC_DOWNLOADS,
|
| CONTENT_SETTINGS_TYPE_MIDI_SYSEX,
|
| CONTENT_SETTINGS_TYPE_PUSH_MESSAGING,
|
| + CONTENT_SETTINGS_TYPE_SSL_CERT_DECISIONS,
|
| #if defined(OS_WIN)
|
| CONTENT_SETTINGS_TYPE_METRO_SWITCH_TO_DESKTOP,
|
| #elif defined(OS_ANDROID) || defined(OS_CHROMEOS)
|
|
|