| Index: net/base/cert_database_openssl.cc
|
| diff --git a/net/base/cert_database_openssl.cc b/net/base/cert_database_openssl.cc
|
| index 01ac1181a13afa43f176e436236d73695d5f649a..333d04ccd18c2ff3ce00b75c6688e5ac4c2c9b82 100644
|
| --- a/net/base/cert_database_openssl.cc
|
| +++ b/net/base/cert_database_openssl.cc
|
| @@ -61,7 +61,8 @@ void CertDatabase::ListModules(CryptoModuleList* modules, bool need_rw) const {
|
|
|
| int CertDatabase::ImportFromPKCS12(CryptoModule* module,
|
| const std::string& data,
|
| - const string16& password) {
|
| + const string16& password,
|
| + bool is_extractable) {
|
| // TODO(bulach): implement me.
|
| NOTIMPLEMENTED();
|
| return ERR_NOT_IMPLEMENTED;
|
|
|