| Index: chrome/browser/certificate_manager_model.h
|
| diff --git a/chrome/browser/certificate_manager_model.h b/chrome/browser/certificate_manager_model.h
|
| index 22063707cd9b57d80b99f5da39b34d98f0c21197..137197d3b9be9b990ed293c028a01501b90d9367 100644
|
| --- a/chrome/browser/certificate_manager_model.h
|
| +++ b/chrome/browser/certificate_manager_model.h
|
| @@ -57,7 +57,8 @@ class CertificateManagerModel {
|
|
|
| // Import certificates from PKCS #12 encoded |data|, using the given
|
| // |password|. Returns a net error code on failure.
|
| - int ImportFromPKCS12(const std::string& data, const string16& password);
|
| + int ImportFromPKCS12(net::CryptoModule* module, const std::string& data,
|
| + const string16& password);
|
|
|
| // Import CA certificates.
|
| // Tries to import all the certificates given. The root will be trusted
|
|
|