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

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

Issue 2754363004: OfflineContentProvider changes to start service (Closed)
Patch Set: 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
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,
David Trainor- moved to gerrit 2017/03/18 00:45:41 Trying to find the right way to expose these. I'd
COMPLETE,
CANCELLED,
INTERRUPTED,
+ FAILED,
PAUSED, // TODO(dtrainor): Make sure exposing a PAUSED state does not impact
// downloads resumption.
MAX_DOWNLOAD_STATE,

Powered by Google App Engine
This is Rietveld 408576698