Index: chrome/browser/extensions/api/platform_keys/platform_keys_api.cc |
diff --git a/chrome/browser/extensions/api/platform_keys/platform_keys_api.cc b/chrome/browser/extensions/api/platform_keys/platform_keys_api.cc |
index 6f1fecbbcac569fdfa520112a1451143d5b38745..15f7a9f1fd50171fb6de2664f26ed5adabbe0e0c 100644 |
--- a/chrome/browser/extensions/api/platform_keys/platform_keys_api.cc |
+++ b/chrome/browser/extensions/api/platform_keys/platform_keys_api.cc |
@@ -158,7 +158,8 @@ PlatformKeysInternalSelectClientCertificatesFunction::Run() { |
request, params->details.interactive, extension_id(), |
base::Bind(&PlatformKeysInternalSelectClientCertificatesFunction:: |
OnSelectedCertificates, |
- this)); |
+ this), |
+ GetAssociatedWebContents()); |
return RespondLater(); |
} |