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

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: 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..f38a15024d61e17c9ceb028351537ffc3c985d0e 100644
--- a/components/ntp_snippets/content_suggestions_category_status.h
+++ b/components/ntp_snippets/content_suggestions_category_status.h
@@ -41,7 +41,8 @@ enum class ContentSuggestionsCategoryStatus {
// Content suggestions are not available because history sync is disabled.
HISTORY_SYNC_DISABLED,
- // Content suggestions are not available because an error occured when loading
+ // Content suggestions are not available because an error occurred when
+ // loading
// or updating them.
Marc Treib 2016/07/28 11:41:46 nit: fits on the previous line
Philipp Keck 2016/07/28 13:50:54 Done.
LOADING_ERROR
};

Powered by Google App Engine
This is Rietveld 408576698