| Index: chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.cc b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| index 4207a044b47d37b8cceaff49653b1aba209f85b7..b40f49d9f6f1746cbd5a721e47fd7bff8d8f11aa 100644
|
| --- a/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| +++ b/chrome/browser/ui/webui/snippets_internals_message_handler.cc
|
| @@ -274,8 +274,6 @@ void SnippetsInternalsMessageHandler::FetchRemoteSuggestionsInTheBackground(
|
| }
|
|
|
| void SnippetsInternalsMessageHandler::SendAllContent() {
|
| - SendBoolean("flag-snippets", base::FeatureList::IsEnabled(
|
| - ntp_snippets::kContentSuggestionsFeature));
|
| SendBoolean(
|
| "flag-article-suggestions",
|
| base::FeatureList::IsEnabled(ntp_snippets::kArticleSuggestionsFeature));
|
|
|