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