Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / options / certificate_manager_handler.cc
index f5d3573..1335edc 100644 (file)
@@ -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) {