Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index ea71e8a8b50982eedb725b1894fa920cee4e586d..9e737938fba9966a829ed42bb5d6a3c0ac4a6261 100644 |
--- a/chrome/test/base/testing_profile.h |
+++ b/chrome/test/base/testing_profile.h |
@@ -230,6 +230,7 @@ class TestingProfile : public Profile { |
content::SSLHostStateDelegate* GetSSLHostStateDelegate() override; |
content::PermissionManager* GetPermissionManager() override; |
content::BackgroundSyncController* GetBackgroundSyncController() override; |
+ content::ChooserPermissionManager* GetChooserPermissionManager() override; |
TestingProfile* AsTestingProfile() override; |