Index: components/ntp_snippets/features.cc |
diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc |
index 0393b31e72a86f70c0bdd17382b8650d8f7d0550..0527eddfc4df89152f365ae26f5bc5fcb910a7d1 100644 |
--- a/components/ntp_snippets/features.cc |
+++ b/components/ntp_snippets/features.cc |
@@ -17,9 +17,13 @@ const base::Feature kRecentOfflineTabSuggestionsFeature{ |
const base::Feature kSaveToOfflineFeature{ |
"NTPSaveToOffline", base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
const base::Feature kDownloadSuggestionsFeature{ |
"NTPDownloadSuggestions", base::FEATURE_DISABLED_BY_DEFAULT}; |
+const base::Feature kPhysicalWebPageSuggestionsFeature{ |
+ "NTPPhysicalWebPageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
const base::Feature kContentSuggestionsFeature{ |
"NTPSnippets", base::FEATURE_ENABLED_BY_DEFAULT}; |