Index: content/child/webcrypto/webcrypto_util.h |
diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h |
index 1e6778c2fec5ce452d66db51dee51c886b643e30..591fda8f09fafcc4c38bd0e95b522525c76f15ce 100644 |
--- a/content/child/webcrypto/webcrypto_util.h |
+++ b/content/child/webcrypto/webcrypto_util.h |
@@ -71,7 +71,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); |