Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1753)

Unified Diff: content/public/common/content_features.cc

Issue 1538933002: Enable download resumption by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698