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

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

Issue 2831553003: List our features in ntp_snippets::kAllFeatures (Closed)
Patch Set: rebase Created 3 years, 8 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 23e63e7d19d11d03df21a0e51304957f38560439..6298950a5032ad33cef0a1583439805d3396a2d4 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -12,7 +12,6 @@
#include "base/feature_list.h"
#include "base/macros.h"
#include "base/metrics/field_trial_params.h"
-#include "chrome/browser/ntp_snippets/ntp_snippets_features.h"
#include "chrome/common/chrome_features.h"
#include "components/autofill/core/browser/autofill_experiments.h"
#include "components/data_reduction_proxy/core/common/data_reduction_proxy_features.h"
@@ -82,11 +81,11 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kWebVRCardboardSupport,
&ntp_snippets::kIncreasedVisibility,
&ntp_snippets::kForeignSessionsSuggestionsFeature,
+ &ntp_snippets::kNotificationsFeature,
&ntp_snippets::kPublisherFaviconsFromNewServerFeature,
&offline_pages::kBackgroundLoaderForDownloadsFeature,
&offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421.
&offline_pages::kOfflinePagesSharingFeature,
- &params::ntp_snippets::kNotificationsFeature,
&password_manager::features::kViewPasswords,
&subresource_filter::kSafeBrowsingSubresourceFilterExperimentalUI,
};
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/ntp/content_suggestions_notification_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698