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