| Index: content/child/webcrypto/webcrypto_util.h
|
| diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
|
| index fdfea99316d02933d3d9f503f25b09f6beb630a6..a01299c143d93efc2af480fd762f6dd77f78b29e 100644
|
| --- a/content/child/webcrypto/webcrypto_util.h
|
| +++ b/content/child/webcrypto/webcrypto_util.h
|
| @@ -68,7 +68,8 @@ Status GetHmacKeyGenLengthInBits(const blink::WebCryptoHmacKeyGenParams* params,
|
| Status VerifyAesKeyLengthForImport(unsigned int keylen_bytes);
|
|
|
| Status CheckKeyCreationUsages(blink::WebCryptoKeyUsageMask all_possible_usages,
|
| - blink::WebCryptoKeyUsageMask actual_usages);
|
| + blink::WebCryptoKeyUsageMask actual_usages,
|
| + bool check_usage);
|
|
|
| // Extracts the public exponent and modulus length from the Blink parameters.
|
| // On success it is guaranteed that:
|
|
|