| 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 bf4dc16adc095011f39078d5847b7263c0f0ad4d..faba550553f32ebf2948fd69b68d84837f0fcda2 100644
|
| --- a/chrome/browser/android/chrome_feature_list.cc
|
| +++ b/chrome/browser/android/chrome_feature_list.cc
|
| @@ -51,7 +51,6 @@ const base::Feature* kFeaturesExposedToJava[] = {
|
| &kScanCardsInWebPayments,
|
| &kSpecialLocaleFeature,
|
| &kSpecialLocaleWrapper,
|
| - &kSystemDownloadManager,
|
| &kTabReparenting,
|
| &offline_pages::kOfflinePagesBackgroundLoadingFeature,
|
| &offline_pages::kBackgroundLoaderForDownloadsFeature,
|
| @@ -101,9 +100,6 @@ const base::Feature kSpecialLocaleFeature{"SpecialLocale",
|
| const base::Feature kSpecialLocaleWrapper{"SpecialLocaleWrapper",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| -const base::Feature kSystemDownloadManager{"SystemDownloadManager",
|
| - base::FEATURE_ENABLED_BY_DEFAULT};
|
| -
|
| const base::Feature kTabReparenting {
|
| "TabReparenting", base::FEATURE_ENABLED_BY_DEFAULT
|
| };
|
|
|