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

Unified Diff: chrome/test/base/testing_profile.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: chrome/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index edeed7859bf421be26f6801bc2933046e7ffaf19..9e66a48368914564515e0b5222740db655c06063 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -972,6 +972,10 @@ content::PermissionManager* TestingProfile::GetPermissionManager() {
return NULL;
}
+content::BackgroundFetchClient* TestingProfileImpl::GetBackgroundFetchClient() {
+ return nullptr;
+}
+
content::BackgroundSyncController*
TestingProfile::GetBackgroundSyncController() {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698