Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index c177c72965ca04fbad2dcf6773fa772c6d89416a..532896faa4733b98723cf75b1aa258049a30d111 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; |