Index: chrome/browser/certificate_manager_model.cc |
diff --git a/chrome/browser/certificate_manager_model.cc b/chrome/browser/certificate_manager_model.cc |
index e722ad8b0e78fc120320f611e48321134cde5a23..6989f723dea466d84a4757c467d724845258854a 100644 |
--- a/chrome/browser/certificate_manager_model.cc |
+++ b/chrome/browser/certificate_manager_model.cc |
@@ -115,7 +115,7 @@ int CertificateManagerModel::ImportFromPKCS12(net::CryptoModule* module, |
const string16& password, |
bool is_extractable) { |
int result = cert_db_.ImportFromPKCS12(module, data, password, |
- is_extractable); |
+ is_extractable, NULL); |
if (result == net::OK) |
Refresh(); |
return result; |