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

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

Issue 2820263002: [Offline Prefetch] Create a new JobScheduler task to wake up for net activity. (Closed)
Patch Set: Remove the "Is Scheduled" check because it's not supported by BackgroundTaskScheduler. Created 3 years, 8 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 87db969a9285f9c60935c368a5f7c4c36815cb9b..3fc452ac5e65f5ab7220e363729960b8f1c8a71f 100644
--- a/components/offline_pages/core/prefetch/BUILD.gn
+++ b/components/offline_pages/core/prefetch/BUILD.gn
@@ -8,6 +8,7 @@ if (is_android) {
static_library("prefetch") {
sources = [
+ "prefetch_service.cc",
"prefetch_service.h",
"prefetch_service_impl.cc",
"prefetch_service_impl.h",

Powered by Google App Engine
This is Rietveld 408576698