| 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,
|
| - ¶ms::ntp_snippets::kNotificationsFeature,
|
| &password_manager::features::kViewPasswords,
|
| &subresource_filter::kSafeBrowsingSubresourceFilterExperimentalUI,
|
| };
|
|
|