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

Unified Diff: ui/file_manager/file_manager/background/js/task_queue.js

Issue 846903004: Files.app: Implement media import cancellation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to master. Created 5 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
« no previous file with comments | « ui/file_manager/file_manager/background/js/media_import_handler_unittest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/background/js/task_queue.js
diff --git a/ui/file_manager/file_manager/background/js/task_queue.js b/ui/file_manager/file_manager/background/js/task_queue.js
index 10f8776737b0a672410e866d26a035cc441a7a11..43ebb70b4b0e8290b301ee14991fd1e9f29bc882 100644
--- a/ui/file_manager/file_manager/background/js/task_queue.js
+++ b/ui/file_manager/file_manager/background/js/task_queue.js
@@ -41,7 +41,8 @@ importer.TaskQueue = function() {
importer.TaskQueue.UpdateType = {
PROGRESS: 'PROGRESS',
SUCCESS: 'SUCCESS',
- ERROR: 'ERROR'
+ ERROR: 'ERROR',
+ CANCELED: 'CANCELED'
};
/**
« no previous file with comments | « ui/file_manager/file_manager/background/js/media_import_handler_unittest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698