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

Unified Diff: components/offline_pages/offline_page_metadata_store.h

Issue 2356433004: [Offline pages] Extracting AddRequest method in RequestQueueStore (Closed)
Patch Set: Addressing feedback plus attempt at fixing compilation issue" Created 4 years, 3 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_pages/offline_page_metadata_store.h
diff --git a/components/offline_pages/offline_page_metadata_store.h b/components/offline_pages/offline_page_metadata_store.h
index 2447e23e10cf63b6ba585bbe4fdeebc36db47ab7..03f9873e7bd7fdf7a8713fa5b2c0fc6403457175 100644
--- a/components/offline_pages/offline_page_metadata_store.h
+++ b/components/offline_pages/offline_page_metadata_store.h
@@ -11,6 +11,7 @@
#include "base/callback.h"
#include "components/offline_pages/offline_page_item.h"
+#include "components/offline_pages/offline_page_types.h"
class GURL;
@@ -26,14 +27,6 @@ enum class StoreState {
FAILED_RESET, // Resetting the store failed.
};
-// Statuses referring to actions taken on items in the store.
-enum class ItemActionStatus {
- SUCCESS,
- ALREADY_EXISTS,
- NOT_FOUND,
- STORE_ERROR,
-};
-
class StoreUpdateResult {
public:
explicit StoreUpdateResult(StoreState state);
« no previous file with comments | « components/offline_pages/background/save_page_request.cc ('k') | components/offline_pages/offline_page_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698