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 a687a4d18a5aeaf954c2fbf2cdbcdec577ee8817..ee1e263405b845eea820440a28d79f51440bb895 100644 |
--- a/chrome/browser/android/chrome_feature_list.cc |
+++ b/chrome/browser/android/chrome_feature_list.cc |
@@ -17,6 +17,7 @@ |
#include "components/ntp_snippets/features.h" |
#include "components/offline_pages/core/offline_page_feature.h" |
#include "components/password_manager/core/common/password_manager_features.h" |
+#include "components/subresource_filter/core/browser/subresource_filter_features.h" |
#include "content/public/common/content_features.h" |
#include "jni/ChromeFeatureList_jni.h" |
@@ -79,6 +80,7 @@ const base::Feature* kFeaturesExposedToJava[] = { |
&offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421. |
&offline_pages::kOfflinePagesSharingFeature, |
&password_manager::features::kViewPasswords, |
+ &subresource_filter::kSafeBrowsingSubresourceFilterExperimentalUI, |
}; |
const base::Feature* FindFeatureExposedToJava(const std::string& feature_name) { |