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

Unified Diff: components/offline_items_collection/core/offline_item_state.h

Issue 2771803004: Glue OfflineContentProvider to the download service (Closed)
Patch Set: Fixing test failure Created 3 years, 9 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 | « components/offline_items_collection/core/offline_item.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_items_collection/core/offline_item_state.h
diff --git a/components/offline_items_collection/core/offline_item_state.h b/components/offline_items_collection/core/offline_item_state.h
index 2ddb5fb8b55d2dfd00d1061811f6e8a5732071f8..db23a527fb129b2650094509fabe5c802e7e4465 100644
--- a/components/offline_items_collection/core/offline_item_state.h
+++ b/components/offline_items_collection/core/offline_item_state.h
@@ -11,9 +11,11 @@ namespace offline_items_collection {
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.components.offline_items_collection
enum OfflineItemState {
IN_PROGRESS = 0,
+ PENDING,
COMPLETE,
CANCELLED,
INTERRUPTED,
+ FAILED,
PAUSED, // TODO(dtrainor): Make sure exposing a PAUSED state does not impact
// downloads resumption.
MAX_DOWNLOAD_STATE,
« no previous file with comments | « components/offline_items_collection/core/offline_item.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698