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

Unified Diff: components/ntp_snippets/category_status.h

Issue 2746133002: ntp_snippets cleanup: Update some interface comments (Closed)
Patch Set: 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 | « no previous file | components/ntp_snippets/content_suggestions_service.h » ('j') | 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 caf0ddfb84dfe9740cb07c9559582ad27ba6ec71..9b9e8abb05e779e20d9e03f9c02673784bd983e1 100644
--- a/components/ntp_snippets/category_status.h
+++ b/components/ntp_snippets/category_status.h
@@ -28,11 +28,13 @@ enum class CategoryStatus {
// of the service configuration.
ALL_SUGGESTIONS_EXPLICITLY_DISABLED,
// Content suggestions from a specific category have been disabled as part of
- // the service configuration.
+ // the service configuration. Any suggestions from this category should be
+ // removed from the UI immediately.
CATEGORY_EXPLICITLY_DISABLED,
// Content suggestions are not available because an error occurred when
- // loading or updating them.
+ // loading or updating them. Any suggestions from this category should be
+ // removed from the UI immediately.
LOADING_ERROR
};
« no previous file with comments | « no previous file | components/ntp_snippets/content_suggestions_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698