| Index: content/child/webcrypto/webcrypto_util.h
|
| diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
|
| index bbacc9b4d6627b750b529ff02284675f342fe29f..cdf44acb4ca35fdebdee9b8b40545ebd0ea2cded 100644
|
| --- a/content/child/webcrypto/webcrypto_util.h
|
| +++ b/content/child/webcrypto/webcrypto_util.h
|
| @@ -52,7 +52,6 @@ bool KeyUsageAllows(const blink::WebCryptoKey& key,
|
| const blink::WebCryptoKeyUsage usage);
|
|
|
| bool IsAlgorithmRsa(blink::WebCryptoAlgorithmId alg_id);
|
| -bool IsAlgorithmAsymmetric(blink::WebCryptoAlgorithmId alg_id);
|
|
|
| Status GetAesGcmTagLengthInBits(const blink::WebCryptoAesGcmParams* params,
|
| unsigned int* tag_length_bits);
|
|
|