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

Unified Diff: google_apis/cup/client_update_protocol_nss.cc

Issue 36593002: crypto/nss_util: Get TPM slot id, do lookup by id instead of by name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sandbox debugging crap Created 7 years, 2 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: google_apis/cup/client_update_protocol_nss.cc
diff --git a/google_apis/cup/client_update_protocol_nss.cc b/google_apis/cup/client_update_protocol_nss.cc
index b369c13d154f32c1e2b313100fbecdde710e17aa..05f97d057b4b3a5710599aebf37ba5291903a956 100644
--- a/google_apis/cup/client_update_protocol_nss.cc
+++ b/google_apis/cup/client_update_protocol_nss.cc
@@ -24,6 +24,7 @@ ClientUpdateProtocol::~ClientUpdateProtocol() {
}
bool ClientUpdateProtocol::LoadPublicKey(const base::StringPiece& public_key) {
+ LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII";
crypto::EnsureNSSInit();
// The binary blob |public_key| is expected to be a DER-encoded ASN.1

Powered by Google App Engine
This is Rietveld 408576698