Index: content/child/webcrypto/status.h |
diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h |
index 9e0082bdeb0da11463b40d5c5b0398d203c16e74..a021555f896373427df59699c374724b5242f888 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 }; |