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

Unified Diff: components/offline_pages/core/prefetch/prefetch_service_impl.cc

Issue 2820263002: [Offline Prefetch] Create a new JobScheduler task to wake up for net activity. (Closed)
Patch Set: tommycli@ comments. 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
« no previous file with comments | « components/offline_pages/core/prefetch/prefetch_service_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/core/prefetch/prefetch_service_impl.cc
diff --git a/components/offline_pages/core/prefetch/prefetch_service_impl.cc b/components/offline_pages/core/prefetch/prefetch_service_impl.cc
index 602b4050e7982f733cd30002ec9d2824972d3e1f..13f0eb3f40502706ad1a1fe7f2d6503c5f811f87 100644
--- a/components/offline_pages/core/prefetch/prefetch_service_impl.cc
+++ b/components/offline_pages/core/prefetch/prefetch_service_impl.cc
@@ -23,6 +23,15 @@ void PrefetchServiceImpl::RemovePrefetchURLsByClientId(
NOTIMPLEMENTED();
}
+void PrefetchServiceImpl::BeginBackgroundTask(
+ std::unique_ptr<ScopedBackgroundTask> task) {
+ NOTIMPLEMENTED();
+}
+
+void PrefetchServiceImpl::StopBackgroundTask(ScopedBackgroundTask* task) {
+ NOTIMPLEMENTED();
+}
+
void PrefetchServiceImpl::Shutdown() {}
} // namespace offline_pages
« no previous file with comments | « components/offline_pages/core/prefetch/prefetch_service_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698