| Index: chrome/common/content_settings_types.h
|
| diff --git a/chrome/common/content_settings_types.h b/chrome/common/content_settings_types.h
|
| index f9ac455e9119dbd8c24fd28e1448460bd7a309d1..9abe830b34415a53c6319fea2a9a09555e12d476 100644
|
| --- a/chrome/common/content_settings_types.h
|
| +++ b/chrome/common/content_settings_types.h
|
| @@ -19,6 +19,7 @@ enum ContentSettingsType {
|
| CONTENT_SETTINGS_TYPE_POPUPS,
|
| CONTENT_SETTINGS_TYPE_GEOLOCATION,
|
| CONTENT_SETTINGS_TYPE_NOTIFICATIONS,
|
| + CONTENT_SETTINGS_TYPE_AUTO_SUBMIT_CERTIFICATE,
|
| CONTENT_SETTINGS_NUM_TYPES
|
| };
|
|
|
|
|