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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile.cc

Issue 2777063008: Connect BackgroundFetch to the OfflineItemCollection
Patch Set: Code review comments 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: 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 c58cab76ad93ce18701cd92261dd6c3bdefc8f9c..caeb088796e32eeb7b5e5e4c275510e70e669102 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