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

Unified Diff: components/offline_pages/background/request_queue_store.h

Issue 2379353003: [Offline pages] Applying StoreState to track RequestQueueStore state (Closed)
Patch Set: Addressing feedback 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/background/request_queue_store.h
diff --git a/components/offline_pages/background/request_queue_store.h b/components/offline_pages/background/request_queue_store.h
index 8504c1b1e43e556504f49406f1e54c5c39d94aec..a68f9ee7857453146b974de26d5fcf9e370f7f9a 100644
--- a/components/offline_pages/background/request_queue_store.h
+++ b/components/offline_pages/background/request_queue_store.h
@@ -74,6 +74,9 @@ class RequestQueueStore {
// Resets the store.
virtual void Reset(const ResetCallback& callback) = 0;
+
+ // Gets the store state.
+ virtual StoreState state() const = 0;
};
} // namespace offline_pages

Powered by Google App Engine
This is Rietveld 408576698