Index: content/child/webcrypto/platform_crypto.h |
diff --git a/content/child/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h |
index b9f429c1cefeeb05e53bb674d67f8bdb346a86c6..65130d1e7e6cfe7ca7fb9baefa26747bb173e99d 100644 |
--- a/content/child/webcrypto/platform_crypto.h |
+++ b/content/child/webcrypto/platform_crypto.h |
@@ -167,7 +167,8 @@ Status GenerateSecretKey(const blink::WebCryptoAlgorithm& algorithm, |
// * public_exponent is not empty. |
Status GenerateRsaKeyPair(const blink::WebCryptoAlgorithm& algorithm, |
bool extractable, |
- blink::WebCryptoKeyUsageMask usage_mask, |
+ blink::WebCryptoKeyUsageMask public_key_usage_mask, |
+ blink::WebCryptoKeyUsageMask private_key_usage_mask, |
unsigned int modulus_length_bits, |
const CryptoData& public_exponent, |
const blink::WebCryptoAlgorithm& hash, |