mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
CertificateList => ScopedCERTCertificateList
This commit is contained in:
committed by
Aleksei Kuzmin
parent
0f9f04e4ec
commit
76ef6e3ecc
@@ -484,7 +484,7 @@ int ImportIntoCertStore(
|
||||
const base::DictionaryValue& options) {
|
||||
std::string file_data, cert_path;
|
||||
base::string16 password;
|
||||
net::CertificateList imported_certs;
|
||||
net::ScopedCERTCertificateList imported_certs;
|
||||
int rv = -1;
|
||||
options.GetString("certificate", &cert_path);
|
||||
options.GetString("password", &password);
|
||||
|
||||
Reference in New Issue
Block a user