Skip to content

Commit

Permalink
[Downloads] Mark download resumption as disabled by default.
Browse files Browse the repository at this point in the history
Feature state will be controlled via a server-side field trial.

BUG=7648
BUG=579108

Review URL: https://codereview.chromium.org/1589133003

Cr-Commit-Position: refs/heads/master@{#370138}
  • Loading branch information
asankah authored and Commit bot committed Jan 19, 2016
1 parent 40868a4 commit 3e0b9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/public/common/content_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const base::Feature kBrotliEncoding{"brotli-encoding",
// 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_ENABLED_BY_DEFAULT};
base::FEATURE_DISABLED_BY_DEFAULT};

// The Experimental Framework for controlling access to API experiments.
const base::Feature kExperimentalFramework{"ExperimentalFramework",
Expand Down

0 comments on commit 3e0b9d7

Please sign in to comment.