Index: content/child/webcrypto/status.h |
diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h |
index bac8f24138ecccaeb7af94055bf86e2f889d9334..b47d0111c294041da9140a258e559c45e97e1b01 100644 |
--- a/content/child/webcrypto/status.h |
+++ b/content/child/webcrypto/status.h |
@@ -220,6 +220,9 @@ class CONTENT_EXPORT Status { |
// and algorithm. |
static Status ErrorCreateKeyBadUsages(); |
+ // No usages were specified when creating a secret or private key. |
+ static Status ErrorCreateKeyEmptyUsages(); |
+ |
// An EC key imported using SPKI/PKCS8 format had the wrong curve specified in |
// the key. |
static Status ErrorImportedEcKeyIncorrectCurve(); |