Chromium Code Reviews| Index: chromeos/network/client_cert_util.cc |
| diff --git a/chromeos/network/client_cert_util.cc b/chromeos/network/client_cert_util.cc |
| index ee1325c0d3d0362f15a312a39e358422ad9295d5..f2d6bdec03c9f8e35d85479c1bed412b3198605b 100644 |
| --- a/chromeos/network/client_cert_util.cc |
| +++ b/chromeos/network/client_cert_util.cc |
| @@ -199,6 +199,8 @@ scoped_refptr<net::X509Certificate> GetCertificateMatch( |
| } |
| void SetShillProperties(const client_cert::ConfigType cert_config_type, |
| + // XXX: should tmp_slot arg be removed if slot id is now |
| + // included in the GetPkcs11IdForCert output? |
|
pneubeck (no reviews)
2014/06/13 12:40:42
This has to be discussed with the Shill team (pste
|
| const std::string& tpm_slot, |
| const std::string& tpm_pin, |
| const std::string* pkcs11_id, |