| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 09ce9a4351f818b2efe20564e0a26018040b93bb..c5ebda3d256d716085a49d69d70c7e5b83f61c29 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -2267,6 +2267,11 @@ const FeatureEntry kFeatureEntries[] = {
|
| flag_descriptions::kEnableContentSuggestionsSettingsDescription,
|
| kOsAndroid,
|
| FEATURE_VALUE_TYPE(chrome::android::kContentSuggestionsSettings)},
|
| + {"enable-content-suggestions-show-summary",
|
| + flag_descriptions::kEnableContentSuggestionsShowSummaryName,
|
| + flag_descriptions::kEnableContentSuggestionsShowSummaryDescription,
|
| + kOsAndroid,
|
| + FEATURE_VALUE_TYPE(chrome::android::kContentSuggestionsShowSummary)},
|
| {"enable-ntp-remote-suggestions",
|
| flag_descriptions::kEnableNtpRemoteSuggestionsName,
|
| flag_descriptions::kEnableNtpRemoteSuggestionsDescription, kOsAndroid,
|
|
|