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

Unified Diff: crypto/nss_util.h

Issue 7066032: Fixing FindFromPublicKeyInfo so that it searches the "Public" NSS database (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes Created 9 years, 7 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
« no previous file with comments | « no previous file | crypto/rsa_private_key_nss.cc » ('j') | crypto/rsa_private_key_nss.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/nss_util.h
diff --git a/crypto/nss_util.h b/crypto/nss_util.h
index 3ed79fee41adcad2333fbca7e85ccd1aec430ec2..c350c9387cf7ac0f3bcba1500c208b7807d71e87 100644
--- a/crypto/nss_util.h
+++ b/crypto/nss_util.h
@@ -86,7 +86,7 @@ bool CheckNSSVersion(const char* version);
// GetPublicNSSKeySlot().
void OpenPersistentNSSDB();
-// A delegate class that we can use it to access the cros API for
+// A delegate class that we can use to access the cros API for
// communication with cryptohomed and the TPM.
class TPMTokenInfoDelegate {
public:
« no previous file with comments | « no previous file | crypto/rsa_private_key_nss.cc » ('j') | crypto/rsa_private_key_nss.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698