| 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,
 | 
| 
 |