Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: chromeos/network/client_cert_util.cc

Issue 330213002: *wip* NSS: handle chromeos system slot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698