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

Unified Diff: components/offline_pages/core/prefetch/BUILD.gn

Issue 2920083002: Prefetching: Introduce store commands abstractions to be used by tasks. (Closed)
Patch Set: Added TODO for NWake Created 3 years, 6 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/core/prefetch/BUILD.gn
diff --git a/components/offline_pages/core/prefetch/BUILD.gn b/components/offline_pages/core/prefetch/BUILD.gn
index 68e0e514719acde24e6c5ff9abbb7673eaa4c477..fc091261da51a915f576d0875b8cdee6f0f82f13 100644
--- a/components/offline_pages/core/prefetch/BUILD.gn
+++ b/components/offline_pages/core/prefetch/BUILD.gn
@@ -22,8 +22,6 @@ static_library("prefetch") {
"prefetch_gcm_app_handler.cc",
"prefetch_gcm_app_handler.h",
"prefetch_gcm_handler.h",
- "prefetch_in_memory_store.cc",
- "prefetch_in_memory_store.h",
"prefetch_item.cc",
"prefetch_item.h",
"prefetch_proto_utils.cc",
@@ -33,9 +31,11 @@ static_library("prefetch") {
"prefetch_service.h",
"prefetch_service_impl.cc",
"prefetch_service_impl.h",
- "prefetch_store.h",
"prefetch_types.cc",
"prefetch_types.h",
+ "store/add_urls_store_command.h",
+ "store/cleanup_zombies_store_command.h",
+ "store/prefetch_store_command_factory.h",
"suggested_articles_observer.cc",
"suggested_articles_observer.h",
]

Powered by Google App Engine
This is Rietveld 408576698