| Index: components/ntp_snippets/content_suggestions_category_status.h
|
| diff --git a/components/ntp_snippets/content_suggestions_category_status.h b/components/ntp_snippets/content_suggestions_category_status.h
|
| index 83b5fa2c6d85df5bbfcadb9393b92eba3e5c66f2..c828b64300245774f18e63c049838c201202c82c 100644
|
| --- a/components/ntp_snippets/content_suggestions_category_status.h
|
| +++ b/components/ntp_snippets/content_suggestions_category_status.h
|
| @@ -33,13 +33,6 @@ enum class ContentSuggestionsCategoryStatus {
|
|
|
| // Content suggestions are not available because the user is not signed in.
|
| SIGNED_OUT,
|
| - // Content suggestions are not available because sync is disabled.
|
| - SYNC_DISABLED,
|
| - // Content suggestions are not available because passphrase encryption is
|
| - // enabled (and it should be disabled).
|
| - PASSPHRASE_ENCRYPTION_ENABLED,
|
| - // Content suggestions are not available because history sync is disabled.
|
| - HISTORY_SYNC_DISABLED,
|
|
|
| // Content suggestions are not available because an error occured when loading
|
| // or updating them.
|
|
|