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