summaryrefslogtreecommitdiffstats
path: root/content/child/webcrypto/status.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/webcrypto/status.cc')
-rw-r--r--content/child/webcrypto/status.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/child/webcrypto/status.cc b/content/child/webcrypto/status.cc
index 6bd385d..861d27b 100644
--- a/content/child/webcrypto/status.cc
+++ b/content/child/webcrypto/status.cc
@@ -353,11 +353,6 @@ Status Status::ErrorPbkdf2DeriveBitsLengthNotSpecified() {
"No length was specified for the PBKDF2 Derive Bits operation.");
}
-Status Status::ErrorPbkdf2EmptyPassword() {
- return Status(blink::WebCryptoErrorTypeOperation,
- "The password for PBKDF2 must not be empty.");
-}
-
Status::Status(blink::WebCryptoErrorType error_type,
const std::string& error_details_utf8)
: type_(TYPE_ERROR),