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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.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: chrome/browser/ui/app_list/test/fake_profile.cc
diff --git a/chrome/browser/ui/app_list/test/fake_profile.cc b/chrome/browser/ui/app_list/test/fake_profile.cc
index 4d690496739ccc6fd5013a0173b31a8facbef3ce..cc5c3e3d0ef7814aff71abf03ae25aecf443ccbd 100644
--- a/chrome/browser/ui/app_list/test/fake_profile.cc
+++ b/chrome/browser/ui/app_list/test/fake_profile.cc
@@ -65,6 +65,10 @@ content::PermissionManager* FakeProfile::GetPermissionManager() {
return nullptr;
}
+content::BackgroundFetchClient* FakeProfile::GetBackgroundFetchClient() {
+ return nullptr;
+}
+
content::BackgroundSyncController* FakeProfile::GetBackgroundSyncController() {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698