| Index: content/child/webcrypto/status.h
|
| diff --git a/content/child/webcrypto/status.h b/content/child/webcrypto/status.h
|
| index 8dbfce6e0c643ea11c02aef5aeb7912ef849489a..465402738bad5d18b1324725572300ea9dddfb93 100644
|
| --- a/content/child/webcrypto/status.h
|
| +++ b/content/child/webcrypto/status.h
|
| @@ -153,6 +153,9 @@ class CONTENT_EXPORT Status {
|
| // DCHECK.
|
| static Status ErrorUnexpected();
|
|
|
| + // AES-GCM with 192-bit keys is not supported.
|
| + static Status ErrorAesGcm192Unsupported();
|
| +
|
| // The authentication tag length specified for AES-GCM encrypt/decrypt was
|
| // not 32, 64, 96, 104, 112, 120, or 128.
|
| static Status ErrorInvalidAesGcmTagLength();
|
|
|