Chromium Code Reviews| Index: content/public/common/content_features.cc |
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
| index fef006dc12faebc443b4f58a3cfbc48ea52bbf25..13568339132abeb5cb3ce04394be0f2f7c3ce93f 100644 |
| --- a/content/public/common/content_features.cc |
| +++ b/content/public/common/content_features.cc |
| @@ -8,6 +8,11 @@ namespace features { |
| // All features in alphabetical order. |
| +// Downloads resumption will be controllable via a flag until it's enabled |
| +// permanently. See https://crbug.com/7648 |
| +const base::Feature kDownloadResumption = { |
|
Alexei Svitkine (slow)
2015/12/18 20:46:10
Nit: Use same syntax as the ones below (no =).
asanka
2015/12/18 22:07:52
Done.
|
| + "DownloadResumption", base::FEATURE_ENABLED_BY_DEFAULT}; |
| + |
| // The Experimental Framework for controlling access to API experiments. |
| const base::Feature kExperimentalFramework{"ExperimentalFramework", |
| base::FEATURE_DISABLED_BY_DEFAULT}; |