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 d80c0feb09be13098a441aafb94d35281be862c7..8dbfa3d3f6292fd3cce101efc300625c76e8ee66 100644 |
--- a/components/offline_pages/offline_page_types.h |
+++ b/components/offline_pages/offline_page_types.h |
@@ -57,14 +57,6 @@ enum class DeletePageResult { |
RESULT_COUNT, |
}; |
-// Statuses referring to actions taken on items in the stores. |
-enum class ItemActionStatus { |
- SUCCESS, |
- ALREADY_EXISTS, |
- NOT_FOUND, |
- STORE_ERROR, |
-}; |
- |
typedef std::set<GURL> CheckPagesExistOfflineResult; |
typedef std::vector<int64_t> MultipleOfflineIdResult; |
typedef std::vector<OfflinePageItem> MultipleOfflinePageItemResult; |