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

Unified Diff: nss/mozilla/security/nss/lib/util/secerr.h

Issue 3135002: Update to NSS 3.12.7 and NSPR 4.8.6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years, 4 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: nss/mozilla/security/nss/lib/util/secerr.h
===================================================================
--- nss/mozilla/security/nss/lib/util/secerr.h (revision 55475)
+++ nss/mozilla/security/nss/lib/util/secerr.h (working copy)
@@ -228,6 +228,9 @@
SEC_ERROR_BAD_INFO_ACCESS_METHOD = (SEC_ERROR_BASE + 170),
SEC_ERROR_CRL_IMPORT_FAILED = (SEC_ERROR_BASE + 171),
+SEC_ERROR_EXPIRED_PASSWORD = (SEC_ERROR_BASE + 172),
+SEC_ERROR_LOCKED_PASSWORD = (SEC_ERROR_BASE + 173),
+
/* Add new error codes above here. */
SEC_ERROR_END_OF_LIST
} SECErrorCodes;

Powered by Google App Engine
This is Rietveld 408576698