| 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;
|
|
|