| Index: chrome/browser/certificate_manager_model.h
|
| diff --git a/chrome/browser/certificate_manager_model.h b/chrome/browser/certificate_manager_model.h
|
| index 81e65e48cf889b40e069157737e5d6df24a7e853..434ad2dddff091cc302f866b88f0a1d2853a9633 100644
|
| --- a/chrome/browser/certificate_manager_model.h
|
| +++ b/chrome/browser/certificate_manager_model.h
|
| @@ -83,9 +83,9 @@ class CertificateManagerModel {
|
|
|
| // Import private keys and certificates from PKCS #12 encoded
|
| // |data|, using the given |password|. If |is_extractable| is false,
|
| - // mark the private key as unextractable from the module.
|
| + // mark the private key as unextractable from the slot.
|
| // Returns a net error code on failure.
|
| - int ImportFromPKCS12(net::CryptoModule* module, const std::string& data,
|
| + int ImportFromPKCS12(PK11SlotInfo* slot_info, const std::string& data,
|
| const base::string16& password, bool is_extractable);
|
|
|
| // Import user certificate from DER encoded |data|.
|
|
|