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

Unified Diff: components/history/core/browser/download_types.cc

Issue 2665243003: add a download slices table into history download db (Closed)
Patch Set: Created 3 years, 11 months 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: 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:

Powered by Google App Engine
This is Rietveld 408576698