| Index: components/history/core/browser/download_types.cc
|
| diff --git a/components/history/core/browser/download_types.cc b/components/history/core/browser/download_types.cc
|
| index ccc20186d6373787fd514c05711835ae15ef650a..2d6215f8bba59bc31adfd65732223dab35bc3d5e 100644
|
| --- a/components/history/core/browser/download_types.cc
|
| +++ b/components/history/core/browser/download_types.cc
|
| @@ -11,6 +11,9 @@
|
|
|
| namespace history {
|
|
|
| +const base::Feature kParallelDownloading{
|
| + "ParallelDownloading", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| DownloadState IntToDownloadState(int state) {
|
| switch (static_cast<DownloadState>(state)) {
|
| case DownloadState::IN_PROGRESS:
|
|
|