Enable-changing-default-downloads-storage-location-by-default.patch 915 B

1234567891011121314151617181920212223
  1. From: csagan5 <32685696+csagan5@users.noreply.github.com>
  2. Date: Thu, 30 May 2019 03:42:06 +0200
  3. Subject: Enable changing default downloads storage location by default
  4. ---
  5. chrome/common/chrome_features.cc | 2 +-
  6. 1 file changed, 1 insertion(+), 1 deletion(-)
  7. diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
  8. --- a/chrome/common/chrome_features.cc
  9. +++ b/chrome/common/chrome_features.cc
  10. @@ -311,7 +311,7 @@ const base::FeatureParam<std::string> kDnsOverHttpsTemplatesParam{
  11. #if defined(OS_ANDROID)
  12. // Enable changing default downloads storage location on Android.
  13. const base::Feature kDownloadsLocationChange{"DownloadsLocationChange",
  14. - base::FEATURE_DISABLED_BY_DEFAULT};
  15. + base::FEATURE_ENABLED_BY_DEFAULT};
  16. #endif
  17. // If enabled, Drive will use FCM for its invalidations.
  18. --
  19. 2.17.1