Index: content/child/webcrypto/status.h |
diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h |
index 68993e188c23995f2209dd5ae70e0d88e19c5804..42d87dae498cdd1f6e87f969dd832e7439badbbe 100644 |
--- a/content/child/webcrypto/status.h |
+++ b/content/child/webcrypto/status.h |
@@ -253,6 +253,9 @@ class CONTENT_EXPORT Status { |
// The requested bit length for ECDH key derivation was too large. |
static Status ErrorEcdhLengthTooBig(unsigned int max_length_bits); |
+ // The requested length for HKDF was too large. |
+ static Status ErrorHkdfLengthTooLong(); |
+ |
private: |
enum Type { TYPE_ERROR, TYPE_SUCCESS }; |