summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorasanka <asanka@chromium.org>2016-03-25 14:40:35 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-25 21:45:27 +0000
commitb1473f4c28417710cb703f87076a01e58c15a1cc (patch)
tree27546a09c8571b5543afa15c295cdf24187eaffe /content
parent9f0ead0fd04825415795733a60d1cf587fd12b2a (diff)
downloadchromium_src-b1473f4c28417710cb703f87076a01e58c15a1cc.zip
chromium_src-b1473f4c28417710cb703f87076a01e58c15a1cc.tar.gz
chromium_src-b1473f4c28417710cb703f87076a01e58c15a1cc.tar.bz2
[Downloads] Enable resumption by default (again)
Now that we are nearing the home stretch, switch to default again. It was disabled so that we can control it via a server side experiment. But now we are switching it back so that we get waterfall coverage. BUG=7648 Review URL: https://codereview.chromium.org/1833153003 Cr-Commit-Position: refs/heads/master@{#383369}
Diffstat (limited to 'content')
-rw-r--r--content/public/common/content_features.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
index 7d523d8..e6c1c61 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -22,7 +22,7 @@ const base::Feature kCredentialManagementAPI{"CredentialManagementAPI",
// Downloads resumption will be controllable via a flag until it's enabled
// permanently. See https://crbug.com/7648
const base::Feature kDownloadResumption{"DownloadResumption",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
// The Experimental Framework for controlling access to API experiments.
const base::Feature kExperimentalFramework{"ExperimentalFramework",