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

Unified Diff: content/public/test/test_browser_context.cc

Issue 2777063008: Connect BackgroundFetch to the OfflineItemCollection
Patch Set: Created 3 years, 9 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/public/test/test_browser_context.cc
diff --git a/content/public/test/test_browser_context.cc b/content/public/test/test_browser_context.cc
index 0929df4e0023835d6b22d316409d0d4ef8580042..a388ffe0ed743477b17db255cdd22c2b61f4f483 100644
--- a/content/public/test/test_browser_context.cc
+++ b/content/public/test/test_browser_context.cc
@@ -120,6 +120,10 @@ PermissionManager* TestBrowserContext::GetPermissionManager() {
return permission_manager_.get();
}
+content::BackgroundFetchClient* TestBrowserContext::GetBackgroundFetchClient() {
Peter Beverloo 2017/03/29 14:32:13 drop content::
harkness 2017/03/30 12:42:36 Done.
+ return nullptr;
+}
+
BackgroundSyncController* TestBrowserContext::GetBackgroundSyncController() {
if (!background_sync_controller_)
background_sync_controller_.reset(new MockBackgroundSyncController());

Powered by Google App Engine
This is Rietveld 408576698