| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index e25e527c3a648eedcfade52f88c01db17918c4f3..3b7d335c48a244a40fb0013f2d20ebb6154757c7 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1876,10 +1876,10 @@ const FeatureEntry kFeatureEntries[] = {
|
| ntp_snippets::kCategoryRanker,
|
| kContentSuggestionsCategoryRankerFeatureVariations,
|
| ntp_snippets::kStudyName)},
|
| - {"enable-ntp-snippets", IDS_FLAGS_ENABLE_NTP_SNIPPETS_NAME,
|
| - IDS_FLAGS_ENABLE_NTP_SNIPPETS_DESCRIPTION, kOsAndroid,
|
| + {"override-ntp-suggestions-source", IDS_FLAGS_OVERRIDE_SNIPPETS_SOURCE_NAME,
|
| + IDS_FLAGS_OVERRIDE_SNIPPETS_SOURCE_DESCRIPTION, kOsAndroid,
|
| FEATURE_WITH_VARIATIONS_VALUE_TYPE(
|
| - ntp_snippets::kContentSuggestionsFeature,
|
| + ntp_snippets::kContentSuggestionsSource,
|
| kNTPSnippetsFeatureVariations,
|
| ntp_snippets::kStudyName)},
|
| {"enable-ntp-snippets-increased-visibility",
|
|
|