| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 2ff6887b1fbde2c6212c2cea420d38e26644f102..24f8cbd8d0b351ce6443637752aa383b9714206c 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -6,6 +6,12 @@
|
|
|
| namespace content {
|
|
|
| +// Downloads resumption will be controllable via a flag until it's enabled
|
| +// permanently. See https://crbug.com/7648
|
| +const base::Feature kDownloadResumptionFeature = {
|
| + "DownloadResumption", base::FEATURE_ENABLED_BY_DEFAULT
|
| +};
|
| +
|
| #if defined(OS_ANDROID)
|
| const base::Feature kSeccompSandboxAndroidFeature = {
|
| "SeccompSandboxAndroid", base::FEATURE_DISABLED_BY_DEFAULT
|
|
|