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

Unified Diff: components/ntp_snippets/features.cc

Issue 2655263003: [NTP] Remove the ScrollView version of the NTP. (Closed)
Patch Set: Cleaned up some more. Created 3 years, 11 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 25935a6dfda2e9717c03fd702145f55eebc97bd2..b6806618c5ea34de427f0804d14a082a94c961e0 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -33,7 +33,7 @@ const base::Feature kIncreasedVisibility{
const base::Feature kPhysicalWebPageSuggestionsFeature{
"NTPPhysicalWebPageSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
-const base::Feature kContentSuggestionsFeature{
+const base::Feature kContentSuggestionsSource{
"NTPSnippets", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kSectionDismissalFeature{
« no previous file with comments | « components/ntp_snippets/features.h ('k') | ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698