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

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

Issue 2920083002: Prefetching: Introduce store commands abstractions to be used by tasks. (Closed)
Patch Set: Minor changes 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..700d19514845679d6dd1640fae2d2246c140f46c 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,7 +31,6 @@ static_library("prefetch") {
"prefetch_service.h",
"prefetch_service_impl.cc",
"prefetch_service_impl.h",
- "prefetch_store.h",
"prefetch_types.cc",
"prefetch_types.h",
"suggested_articles_observer.cc",
« no previous file with comments | « chrome/browser/offline_pages/prefetch/prefetch_service_factory.cc ('k') | components/offline_pages/core/prefetch/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698