Commit fdb9cfcc authored by Joy Ming's avatar Joy Ming Committed by Commit Bot

Enable downloads foreground in chrome://flags.

Enable feature "enable downloads foreground" by default in
chrome://flags to test for M64.

Bug: 747563
Change-Id: I34a1cdd85a89864fd495fc7d403cbcfbb0d54d0b
Reviewed-on: https://chromium-review.googlesource.com/758622Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: Joy Ming <jming@chromium.org>
Cr-Commit-Position: refs/heads/master@{#515743}
parent 30370868
...@@ -185,7 +185,7 @@ const base::Feature kDoodlesOnLocalNtp{"DoodlesOnLocalNtp", ...@@ -185,7 +185,7 @@ const base::Feature kDoodlesOnLocalNtp{"DoodlesOnLocalNtp",
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
// Enables downloads as a foreground service for all versions of Android. // Enables downloads as a foreground service for all versions of Android.
const base::Feature kDownloadsForeground{"DownloadsForeground", const base::Feature kDownloadsForeground{"DownloadsForeground",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
// Enables Expect CT reporting, which sends reports for opted-in sites // Enables Expect CT reporting, which sends reports for opted-in sites
......
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