summaryrefslogtreecommitdiff
path: root/chromium/components/download/internal/background_service/controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/download/internal/background_service/controller.h')
-rw-r--r--chromium/components/download/internal/background_service/controller.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/components/download/internal/background_service/controller.h b/chromium/components/download/internal/background_service/controller.h
index 6ea581c0098..e4725da4ef3 100644
--- a/chromium/components/download/internal/background_service/controller.h
+++ b/chromium/components/download/internal/background_service/controller.h
@@ -36,8 +36,10 @@ enum class CompletionType {
OUT_OF_RETRIES = 6,
// The download expended it's number of 'free' retries.
OUT_OF_RESUMPTIONS = 7,
+ // The upload was timed out due to unresponsive client.
+ UPLOAD_TIMEOUT = 8,
// The count of entries for the enum.
- COUNT = 8,
+ COUNT = 9,
};
// The core Controller responsible for gluing various DownloadService components