| 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 c78155c9656585935481042043e928fe86d4c66b..b95f9162462d8a051f545b0e51bd6168af8b9014 100644
|
| --- a/chrome/browser/android/chrome_feature_list.cc
|
| +++ b/chrome/browser/android/chrome_feature_list.cc
|
| @@ -58,6 +58,7 @@ const base::Feature* kFeaturesExposedToJava[] = {
|
| &kContextualSearchUrlActions,
|
| &kCustomContextMenu,
|
| &kCustomFeedbackUi,
|
| + &kDownloadHomeShowStorageInfo,
|
| &data_reduction_proxy::features::kDataReductionMainMenu,
|
| &data_reduction_proxy::features::kDataReductionSiteBreakdown,
|
| &kFullscreenActivity,
|
| @@ -151,6 +152,9 @@ const base::Feature kCustomFeedbackUi{"CustomFeedbackUi",
|
| const base::Feature kDownloadAutoResumptionThrottling{
|
| "DownloadAutoResumptionThrottling", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| +const base::Feature kDownloadHomeShowStorageInfo{
|
| + "DownloadHomeShowStorageInfo", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| const base::Feature kFullscreenActivity{"FullscreenActivity",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
|