| Index: components/offline_pages/offline_page_types.h
|
| diff --git a/components/offline_pages/offline_page_types.h b/components/offline_pages/offline_page_types.h
|
| index 27e9fe98b6fe3ace7c496c4c7e0c7fc2b28c2384..20d0d99837104db7f3a06d704c64b996f247620c 100644
|
| --- a/components/offline_pages/offline_page_types.h
|
| +++ b/components/offline_pages/offline_page_types.h
|
| @@ -48,6 +48,8 @@ enum class DeletePageResult {
|
| CANCELLED,
|
| STORE_FAILURE,
|
| DEVICE_FAILURE,
|
| + // Deprecated. Deleting pages which are not in metadata store would be
|
| + // returing |SUCCESS|. Should not be used anymore.
|
| NOT_FOUND,
|
| // NOTE: always keep this entry at the end. Add new result types only
|
| // immediately above this line. Make sure to update the corresponding
|
|
|