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

Unified Diff: content/browser/download/download_manager_impl_unittest.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/browser/download/download_manager_impl_unittest.cc
diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc
index 59da8aef33d1c9d8a131e1f9eab24f90a3126030..d1d1244d126b2d36edeba493c4e331a2925a04c2 100644
--- a/content/browser/download/download_manager_impl_unittest.cc
+++ b/content/browser/download/download_manager_impl_unittest.cc
@@ -319,6 +319,7 @@ class MockBrowserContext : public BrowserContext {
MOCK_METHOD0(GetPushMessagingService, PushMessagingService*());
MOCK_METHOD0(GetSSLHostStateDelegate, SSLHostStateDelegate*());
MOCK_METHOD0(GetPermissionManager, PermissionManager*());
+ MOCK_METHOD0(GetBackgroundFetchClient, BackgroundFetchClient*());
MOCK_METHOD0(GetBackgroundSyncController, BackgroundSyncController*());
MOCK_METHOD0(CreateMediaRequestContext,
net::URLRequestContextGetter*());

Powered by Google App Engine
This is Rietveld 408576698