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