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

Unified Diff: components/ntp_snippets/features.h

Issue 2245583002: Split OfflinePageSuggestions into two categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinedismissed
Patch Set: Marc's comments Created 4 years, 4 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/features.h
diff --git a/components/ntp_snippets/features.h b/components/ntp_snippets/features.h
index 130ed24ea008f290c0025257ea9afd85e5b91d48..578007d7bb671dd577cbd4145ccc7f569d5cfded 100644
--- a/components/ntp_snippets/features.h
+++ b/components/ntp_snippets/features.h
@@ -9,10 +9,11 @@
namespace ntp_snippets {
-// Features to turn individual providers on/off.
+// Features to turn individual providers/categories on/off.
extern const base::Feature kArticleSuggestionsFeature;
extern const base::Feature kBookmarkSuggestionsFeature;
-extern const base::Feature kOfflinePageSuggestionsFeature;
+extern const base::Feature kRecentOfflineTabSuggestionsFeature;
+extern const base::Feature kDownloadSuggestionsFeature;
// Global toggle for the whole content suggestions feature. If this is set to
// false, all the per-provider features are ignored.

Powered by Google App Engine
This is Rietveld 408576698