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

Unified Diff: components/ntp_snippets/category_status.h

Issue 2740783004: Cleanup: Remove CategoryStatus::SIGNED_OUT (Closed)
Patch Set: review Created 3 years, 9 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
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/suggestions/FakeSuggestionsSource.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/category_status.h
diff --git a/components/ntp_snippets/category_status.h b/components/ntp_snippets/category_status.h
index 2f6c7cdfbd9dadedd799d501d35cdd1587119565..caf0ddfb84dfe9740cb07c9559582ad27ba6ec71 100644
--- a/components/ntp_snippets/category_status.h
+++ b/components/ntp_snippets/category_status.h
@@ -31,9 +31,6 @@ enum class CategoryStatus {
// the service configuration.
CATEGORY_EXPLICITLY_DISABLED,
- // Content suggestions are not available because the user is not signed in.
- SIGNED_OUT,
-
// Content suggestions are not available because an error occurred when
// loading or updating them.
LOADING_ERROR
« no previous file with comments | « chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/suggestions/FakeSuggestionsSource.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698