| Index: chrome/browser/ui/webui/options/certificate_manager_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/certificate_manager_handler.cc b/chrome/browser/ui/webui/options/certificate_manager_handler.cc
|
| index f5d3573fc9adc20a6ed1ddfa39d5123b27df578f..1335edc7f5b4480e5ad853a3ee06153e1d1bb649 100644
|
| --- a/chrome/browser/ui/webui/options/certificate_manager_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/certificate_manager_handler.cc
|
| @@ -983,8 +983,7 @@ void CertificateManagerHandler::Export(const base::ListValue* args) {
|
| net::X509Certificate* cert = cert_id_map_->CallbackArgsToCert(args);
|
| if (!cert)
|
| return;
|
| - ShowCertExportDialog(web_ui()->GetWebContents(), GetParentWindow(),
|
| - cert->os_cert_handle());
|
| + ShowCertExportDialog(web_ui()->GetWebContents(), GetParentWindow(), cert);
|
| }
|
|
|
| void CertificateManagerHandler::Delete(const base::ListValue* args) {
|
|
|