| Index: content/child/webcrypto/openssl/sym_key_openssl.h
|
| diff --git a/content/child/webcrypto/openssl/sym_key_openssl.h b/content/child/webcrypto/openssl/sym_key_openssl.h
|
| index e952dee884ab8bce4f29fd85e2a2d5a5f38419a3..ac68f5e43fce315e9ca30eb79c69a337c17145f9 100644
|
| --- a/content/child/webcrypto/openssl/sym_key_openssl.h
|
| +++ b/content/child/webcrypto/openssl/sym_key_openssl.h
|
| @@ -12,13 +12,14 @@ namespace content {
|
| namespace webcrypto {
|
|
|
| class CryptoData;
|
| +class GenerateKeyResult;
|
| class Status;
|
|
|
| Status GenerateSecretKeyOpenSsl(const blink::WebCryptoKeyAlgorithm& algorithm,
|
| bool extractable,
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| unsigned keylen_bytes,
|
| - blink::WebCryptoKey* key);
|
| + GenerateKeyResult* result);
|
|
|
| Status ImportKeyRawOpenSsl(const CryptoData& key_data,
|
| const blink::WebCryptoKeyAlgorithm& algorithm,
|
|
|