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

Unified Diff: chrome/test/base/testing_profile.cc

Issue 2777063008: Connect BackgroundFetch to the OfflineItemCollection
Patch Set: Added BackgroundFetchClientProxy to proxy calls to and from the Context. 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..c4c22c578e3b45355fbb29581f96f397e8e8f4c2 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* TestingProfile::GetBackgroundFetchClient() {
+ return nullptr;
+}
+
content::BackgroundSyncController*
TestingProfile::GetBackgroundSyncController() {
return nullptr;

Powered by Google App Engine
This is Rietveld 408576698