Commit 87912eb4 authored by Shakti Sahu's avatar Shakti Sahu Committed by Commit Bot

Download infobar : Enable by default

Enabling download infobar by default on TOT. The feature will be 100%
rolled out via finch in M73.
Also assigned owners to the feature flag.

Change-Id: I8b18ccae55678223045bd862f1d9cd98b8d211f6
Reviewed-on: https://chromium-review.googlesource.com/c/1495046Reviewed-by: default avatarElly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
Commit-Queue: Shakti Sahu <shaktisahu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636891}
parent a814ed5f
...@@ -336,7 +336,7 @@ const base::Feature kDownloadAutoResumptionThrottling{ ...@@ -336,7 +336,7 @@ const base::Feature kDownloadAutoResumptionThrottling{
"DownloadAutoResumptionThrottling", base::FEATURE_ENABLED_BY_DEFAULT}; "DownloadAutoResumptionThrottling", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kDownloadProgressInfoBar{"DownloadProgressInfoBar", const base::Feature kDownloadProgressInfoBar{"DownloadProgressInfoBar",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kDownloadHomeV2{"DownloadHomeV2", const base::Feature kDownloadHomeV2{"DownloadHomeV2",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
......
...@@ -691,8 +691,8 @@ ...@@ -691,8 +691,8 @@
}, },
{ {
"name": "download-progress-infobar", "name": "download-progress-infobar",
// "owners": [ "your-team" ], "owners": [ "shaktisahu", "dtrainor" ],
"expiry_milestone": 76 "expiry_milestone": 75
}, },
{ {
"name": "enable-accessibility-object-model", "name": "enable-accessibility-object-model",
......
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