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

Unified Diff: content/shell/browser/shell_browser_context.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: content/shell/browser/shell_browser_context.cc
diff --git a/content/shell/browser/shell_browser_context.cc b/content/shell/browser/shell_browser_context.cc
index 90f18e9ac8b96fc95361ad4275c992dc92bf5404..34e024eefd201f5d2d219b44951f5463d39c29dc 100644
--- a/content/shell/browser/shell_browser_context.cc
+++ b/content/shell/browser/shell_browser_context.cc
@@ -215,6 +215,10 @@ PermissionManager* ShellBrowserContext::GetPermissionManager() {
return permission_manager_.get();
}
+BackgroundFetchClient* ShellBrowserContext::GetBackgroundFetchClient() {
+ return nullptr;
+}
+
BackgroundSyncController* ShellBrowserContext::GetBackgroundSyncController() {
if (!background_sync_controller_)
background_sync_controller_.reset(new MockBackgroundSyncController());

Powered by Google App Engine
This is Rietveld 408576698