diff options
Diffstat (limited to 'content/child/webcrypto/status.h')
-rw-r--r-- | content/child/webcrypto/status.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h index 9e0082b..a021555 100644 --- a/content/child/webcrypto/status.h +++ b/content/child/webcrypto/status.h @@ -268,9 +268,6 @@ class CONTENT_EXPORT Status { // No length parameter was provided for PBKDF2's Derive Bits operation. static Status ErrorPbkdf2DeriveBitsLengthNotSpecified(); - // An empty password was provided for PBKDF2 - static Status ErrorPbkdf2EmptyPassword(); - private: enum Type { TYPE_ERROR, TYPE_SUCCESS }; |