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

Unified Diff: content/browser/download/download_manager_impl_unittest.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/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 3e606c2abefc923aea505775bbb8d5af31999077..711acf85b394a1f4b511723fcc3ba835ff007da6 100644
--- a/content/browser/download/download_manager_impl_unittest.cc
+++ b/content/browser/download/download_manager_impl_unittest.cc
@@ -314,6 +314,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