Commit a486148c authored by Shakti Sahu's avatar Shakti Sahu Committed by Commit Bot

Fixed an accidental change

Fixed an accidental change to the feature list which was introduced in the CL
https://chromium-review.googlesource.com/c/chromium/src/+/1003754

Change-Id: I4b1261a50f4e637453ea6b273d063f4af3a7dce9
Reviewed-on: https://chromium-review.googlesource.com/1054780Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: Shakti Sahu <shaktisahu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557799}
parent 189fda00
......@@ -251,10 +251,10 @@ const base::Feature kDontPrefetchLibraries{"DontPrefetchLibraries",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kDownloadAutoResumptionThrottling{
"DownloadAutoResumptionThrottling", base::FEATURE_DISABLED_BY_DEFAULT};
"DownloadAutoResumptionThrottling", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kDownloadProgressInfoBar{"DownloadProgressInfoBar",
base::FEATURE_ENABLED_BY_DEFAULT};
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kDownloadHomeShowStorageInfo{
"DownloadHomeShowStorageInfo", base::FEATURE_DISABLED_BY_DEFAULT};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment