Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1079)

Unified Diff: components/ntp_snippets/features.cc

Issue 2228553003: a provider of Physical Web pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolved compile error. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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};
« no previous file with comments | « components/ntp_snippets/features.h ('k') | components/ntp_snippets/mock_content_suggestions_provider_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698