| Index: content/renderer/webcrypto/webcrypto_util.h
|
| diff --git a/content/renderer/webcrypto/webcrypto_util.h b/content/renderer/webcrypto/webcrypto_util.h
|
| index a4f15a89894226835a350a8be6787cb6068dedbd..59a7237925220171ede535c3cec49ccc0191ca06 100644
|
| --- a/content/renderer/webcrypto/webcrypto_util.h
|
| +++ b/content/renderer/webcrypto/webcrypto_util.h
|
| @@ -94,6 +94,11 @@ CONTENT_EXPORT blink::WebCryptoAlgorithm CreateAesCbcKeyGenAlgorithm(
|
| blink::WebCryptoAlgorithm CreateAesGcmKeyGenAlgorithm(
|
| unsigned short key_length_bits);
|
|
|
| +// Creates an AES-KW algorithm whose parameters struct is compatible with key
|
| +// generation.
|
| +blink::WebCryptoAlgorithm CreateAesKwKeyGenAlgorithm(
|
| + unsigned short key_length_bits);
|
| +
|
| } // namespace webcrypto
|
|
|
| } // namespace content
|
|
|