| Index: components/webcrypto/webcrypto_util.h
|
| diff --git a/components/webcrypto/webcrypto_util.h b/components/webcrypto/webcrypto_util.h
|
| index ab711ab7a2c53d9ddfa2ac725c568922d8fa59ed..a40794bcde775fd9d7f508cf2eabc328b6f0550b 100644
|
| --- a/components/webcrypto/webcrypto_util.h
|
| +++ b/components/webcrypto/webcrypto_util.h
|
| @@ -45,9 +45,6 @@ blink::WebCryptoAlgorithm CreateEcImportAlgorithm(
|
| bool ContainsKeyUsages(blink::WebCryptoKeyUsageMask a,
|
| blink::WebCryptoKeyUsageMask b);
|
|
|
| -bool KeyUsageAllows(const blink::WebCryptoKey& key,
|
| - const blink::WebCryptoKeyUsage usage);
|
| -
|
| Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params,
|
| unsigned int* tag_length_bits);
|
|
|
|
|