| Index: chrome/test/base/testing_profile.cc
|
| diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
|
| index 9717b0230643ab86a61c57679edf0f196627c65f..b56006e218b63c57802cb32300f3be37e918386d 100644
|
| --- a/chrome/test/base/testing_profile.cc
|
| +++ b/chrome/test/base/testing_profile.cc
|
| @@ -967,6 +967,11 @@ TestingProfile::GetBackgroundSyncController() {
|
| return nullptr;
|
| }
|
|
|
| +content::ChooserPermissionManager*
|
| +TestingProfile::GetChooserPermissionManager() {
|
| + return nullptr;
|
| +}
|
| +
|
| bool TestingProfile::WasCreatedByVersionOrLater(const std::string& version) {
|
| return true;
|
| }
|
|
|