Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(443)

Unified Diff: components/ntp_snippets/content_suggestions_category_status.h

Issue 2191343002: 📰 Remove SnippetService's dependency on Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update some doc, show NO_SNIPPETS instead of SIGNIN when during INITIALIZING state Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/ui/webui/snippets_internals_message_handler.cc ('k') | components/ntp_snippets/ntp_snippets_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698