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

Unified Diff: headless/lib/browser/headless_browser_context_impl.cc

Issue 2777063008: Connect BackgroundFetch to the OfflineItemCollection
Patch Set: Fixed incognito check and added tests 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: headless/lib/browser/headless_browser_context_impl.cc
diff --git a/headless/lib/browser/headless_browser_context_impl.cc b/headless/lib/browser/headless_browser_context_impl.cc
index b691760e4a4206b8a7f344cdd6f24ca768237cfd..7daf2992042b96ceb23210bd390c869929362988 100644
--- a/headless/lib/browser/headless_browser_context_impl.cc
+++ b/headless/lib/browser/headless_browser_context_impl.cc
@@ -208,6 +208,11 @@ content::PermissionManager* HeadlessBrowserContextImpl::GetPermissionManager() {
return permission_manager_.get();
}
+content::BackgroundFetchClient*
+HeadlessBrowserContextImpl::GetBackgroundFetchClient() {
+ return nullptr;
+}
+
content::BackgroundSyncController*
HeadlessBrowserContextImpl::GetBackgroundSyncController() {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698