| Index: content/child/webcrypto/webcrypto_util.h
|
| diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
|
| index 81d2c61cc14d050ffb7eeafab23db33d04e07ea8..ea0b0b3006e0700b9146de85a5aca27e57f99190 100644
|
| --- a/content/child/webcrypto/webcrypto_util.h
|
| +++ b/content/child/webcrypto/webcrypto_util.h
|
| @@ -46,8 +46,6 @@ CONTENT_EXPORT Status GetWebCryptoUsagesFromJwkKeyOps(
|
| base::ListValue* CreateJwkKeyOpsFromWebCryptoUsages(
|
| blink::WebCryptoKeyUsageMask usage_mask);
|
|
|
| -CONTENT_EXPORT bool IsHashAlgorithm(blink::WebCryptoAlgorithmId alg_id);
|
| -
|
| // Returns the "hash" param for an algorithm if it exists, otherwise returns
|
| // a null algorithm.
|
| blink::WebCryptoAlgorithm GetInnerHashAlgorithm(
|
|
|