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

Unified Diff: components/ntp_snippets/content_suggestions_category_status.h

Issue 2187233002: Add ContentSuggestionsCategoryFactory; Store categories as ints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 c828b64300245774f18e63c049838c201202c82c..c50b5c07b54e057738e00e5ff2b115035921f271 100644
--- a/components/ntp_snippets/content_suggestions_category_status.h
+++ b/components/ntp_snippets/content_suggestions_category_status.h
@@ -34,8 +34,8 @@ enum class ContentSuggestionsCategoryStatus {
// Content suggestions are not available because the user is not signed in.
SIGNED_OUT,
- // Content suggestions are not available because an error occured when loading
- // or updating them.
+ // Content suggestions are not available because an error occurred when
+ // loading or updating them.
LOADING_ERROR
};

Powered by Google App Engine
This is Rietveld 408576698