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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2228553003: a provider of Physical Web pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/browser/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index 37bbe98f4b46aa6ffd56761f65a6b3a759be8458..879852d2114ea3343685ed7749f51a2cd7d10287 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -39,6 +39,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kNTPMaterialDesign,
&kNTPOfflinePagesFeature,
&kNTPOfflinePageSuggestionsFeature,
+ &kNTPPhysicalWebPageSuggestionsFeature,
&kNTPSnippetsFeature,
&kNTPToolbarFeature,
&kPhysicalWebFeature,
@@ -72,6 +73,9 @@ const base::Feature kNTPSnippetsFeature{"NTPSnippets",
const base::Feature kNTPOfflinePageSuggestionsFeature{
"NTPOfflinePageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kNTPPhysicalWebPageSuggestionsFeature{
+ "NTPPhysicalWebPageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kNTPToolbarFeature{"NTPToolbar",
base::FEATURE_ENABLED_BY_DEFAULT};

Powered by Google App Engine
This is Rietveld 408576698