| Index: content/child/webcrypto/webcrypto_util.h
|
| diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
|
| index 4cc731b9293a04d818d0367ef1bb9864fb1512ad..4033321c2c07979fe82929fe08505369425c2ade 100644
|
| --- a/content/child/webcrypto/webcrypto_util.h
|
| +++ b/content/child/webcrypto/webcrypto_util.h
|
| @@ -71,6 +71,8 @@ bool CreateSecretKeyAlgorithm(const blink::WebCryptoAlgorithm& algorithm,
|
| unsigned int keylen_bytes,
|
| blink::WebCryptoKeyAlgorithm* key_algorithm);
|
|
|
| +bool IsAlgorithmRsa(blink::WebCryptoAlgorithmId alg_id);
|
| +
|
| } // namespace webcrypto
|
|
|
| } // namespace content
|
|
|