| Index: content/child/webcrypto/shared_crypto.h
|
| diff --git a/content/child/webcrypto/shared_crypto.h b/content/child/webcrypto/shared_crypto.h
|
| index c8fe3be77e1eb9a8778436f1f72ee69d2e9a86de..477a614d3bc04c446082077cba3bdd42659f2094 100644
|
| --- a/content/child/webcrypto/shared_crypto.h
|
| +++ b/content/child/webcrypto/shared_crypto.h
|
| @@ -103,7 +103,7 @@ CONTENT_EXPORT Status
|
| CONTENT_EXPORT Status
|
| ImportKey(blink::WebCryptoKeyFormat format,
|
| const CryptoData& key_data,
|
| - const blink::WebCryptoAlgorithm& algorithm_or_null,
|
| + const blink::WebCryptoAlgorithm& algorithm,
|
| bool extractable,
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| blink::WebCryptoKey* key);
|
| @@ -126,7 +126,7 @@ CONTENT_EXPORT Status
|
|
|
| CONTENT_EXPORT Status
|
| ImportKeyJwk(const CryptoData& key_data,
|
| - const blink::WebCryptoAlgorithm& algorithm_or_null,
|
| + const blink::WebCryptoAlgorithm& algorithm,
|
| bool extractable,
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| blink::WebCryptoKey* key);
|
| @@ -143,7 +143,7 @@ CONTENT_EXPORT Status
|
| const CryptoData& wrapped_key_data,
|
| const blink::WebCryptoKey& wrapping_key,
|
| const blink::WebCryptoAlgorithm& wrapping_algorithm,
|
| - const blink::WebCryptoAlgorithm& algorithm_or_null,
|
| + const blink::WebCryptoAlgorithm& algorithm,
|
| bool extractable,
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| blink::WebCryptoKey* key);
|
|
|