| Index: components/content_settings/core/common/content_settings.h
|
| diff --git a/components/content_settings/core/common/content_settings.h b/components/content_settings/core/common/content_settings.h
|
| index 7c91b0c0fb0d89f2fd377dde9031a7bc4c654982..c3e3b5c7a8f71276c387b8d48b1339fd9ee0f798 100644
|
| --- a/components/content_settings/core/common/content_settings.h
|
| +++ b/components/content_settings/core/common/content_settings.h
|
| @@ -20,6 +20,7 @@ enum ContentSetting {
|
| CONTENT_SETTING_BLOCK,
|
| CONTENT_SETTING_ASK,
|
| CONTENT_SETTING_SESSION_ONLY,
|
| + CONTENT_SETTING_DETECT_IMPORTANT_CONTENT,
|
| CONTENT_SETTING_NUM_SETTINGS
|
| };
|
|
|
|
|