| Index: content/child/webcrypto/openssl/aes_key_openssl.h
|
| diff --git a/content/child/webcrypto/openssl/aes_key_openssl.h b/content/child/webcrypto/openssl/aes_key_openssl.h
|
| index 6c6b5ff546b68b2e5366f088b723f5b5bf989917..3b581cfa4d51a476266987c8352bb14a227387ab 100644
|
| --- a/content/child/webcrypto/openssl/aes_key_openssl.h
|
| +++ b/content/child/webcrypto/openssl/aes_key_openssl.h
|
| @@ -28,13 +28,11 @@ class AesAlgorithm : public AlgorithmImplementation {
|
| // algorithms (supports usages for: encrypt, decrypt, wrap, unwrap).
|
| explicit AesAlgorithm(const std::string& jwk_suffix);
|
|
|
| - virtual Status VerifyKeyUsagesBeforeGenerateKey(
|
| - blink::WebCryptoKeyUsageMask usage_mask) const OVERRIDE;
|
| -
|
| - virtual Status GenerateSecretKey(const blink::WebCryptoAlgorithm& algorithm,
|
| - bool extractable,
|
| - blink::WebCryptoKeyUsageMask usage_mask,
|
| - blink::WebCryptoKey* key) const OVERRIDE;
|
| + virtual Status GenerateKey(const blink::WebCryptoAlgorithm& algorithm,
|
| + bool extractable,
|
| + blink::WebCryptoKeyUsageMask usage_mask,
|
| + blink::WebCryptoKey*,
|
| + blink::WebCryptoKey* key) const OVERRIDE;
|
|
|
| virtual Status VerifyKeyUsagesBeforeImportKey(
|
| blink::WebCryptoKeyFormat format,
|
|
|