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

Unified Diff: components/ntp_snippets/features.cc

Issue 2614733002: [NTP::PhysicalWeb] Enable by default and depend on physical web flag. (Closed)
Patch Set: clean rebase. 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
« no previous file with comments | « chrome/browser/ui/webui/snippets_internals_message_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/features.cc
diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
index f8a2c216ea09914d09d4d2350428977ccdac5ff7..78c1b695df41b5655ddb5e23e238cc2ad0a47258 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -30,7 +30,7 @@ const base::Feature kIncreasedVisibility{
"NTPSnippetsIncreasedVisibility", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kPhysicalWebPageSuggestionsFeature{
- "NTPPhysicalWebPageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
+ "NTPPhysicalWebPageSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kContentSuggestionsFeature{
"NTPSnippets", base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/ui/webui/snippets_internals_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698