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

Unified Diff: components/ntp_snippets/features.cc

Issue 2245583002: Split OfflinePageSuggestions into two categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinedismissed
Patch Set: Remove more-button for Recent Tabs 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.cc
diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
index 9ed4735f08e6c1c53121cc13768af2c2ce84e13b..ffda827036951f779aa025ad3de2ab603a6907ea 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -12,9 +12,12 @@ const base::Feature kArticleSuggestionsFeature{
const base::Feature kBookmarkSuggestionsFeature{
"NTPBookmarkSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kOfflinePageSuggestionsFeature{
+const base::Feature kRecentOfflineTabSuggestionsFeature{
"NTPOfflinePageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kDownloadSuggestionsFeature{
+ "NTPDownloadSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kContentSuggestionsFeature{
"NTPSnippets", base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « components/ntp_snippets/features.h ('k') | components/ntp_snippets/offline_pages/offline_page_suggestions_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698