Commit 1ba1580b authored by Becky Zhou's avatar Becky Zhou Committed by Commit Bot

[NTP OptOut] Enable NTP article suggestions expanebale header by default

Bug: 850996
Change-Id: I20e1fa1e03c8c55d41f5a5a4e77f3c5059500b86
Reviewed-on: https://chromium-review.googlesource.com/1107306Reviewed-by: default avatarFilip Gorski <fgorski@chromium.org>
Commit-Queue: Becky Zhou <huayinz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568874}
parent 49199136
...@@ -35,7 +35,7 @@ const base::Feature* const kAllFeatures[] = { ...@@ -35,7 +35,7 @@ const base::Feature* const kAllFeatures[] = {
&kRemoteSuggestionsBackendFeature}; &kRemoteSuggestionsBackendFeature};
const base::Feature kArticleSuggestionsExpandableHeader{ const base::Feature kArticleSuggestionsExpandableHeader{
"NTPArticleSuggestionsExpandableHeader", base::FEATURE_DISABLED_BY_DEFAULT}; "NTPArticleSuggestionsExpandableHeader", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kArticleSuggestionsFeature{ const base::Feature kArticleSuggestionsFeature{
"NTPArticleSuggestions", base::FEATURE_ENABLED_BY_DEFAULT}; "NTPArticleSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment