| Index: content/child/webcrypto/nss/sym_key_nss.h
|
| diff --git a/content/child/webcrypto/nss/sym_key_nss.h b/content/child/webcrypto/nss/sym_key_nss.h
|
| index d6c1fe4d95e8d08f2a31afe907de01173c602e6b..5d05508f09503776fe48f3f587457f66cc77f079 100644
|
| --- a/content/child/webcrypto/nss/sym_key_nss.h
|
| +++ b/content/child/webcrypto/nss/sym_key_nss.h
|
| @@ -14,6 +14,7 @@ namespace content {
|
| namespace webcrypto {
|
|
|
| class CryptoData;
|
| +class GenerateKeyResult;
|
| class Status;
|
|
|
| Status GenerateSecretKeyNss(const blink::WebCryptoKeyAlgorithm& algorithm,
|
| @@ -21,7 +22,7 @@ Status GenerateSecretKeyNss(const blink::WebCryptoKeyAlgorithm& algorithm,
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| unsigned keylen_bytes,
|
| CK_MECHANISM_TYPE mechanism,
|
| - blink::WebCryptoKey* key);
|
| + GenerateKeyResult* result);
|
|
|
| Status ImportKeyRawNss(const CryptoData& key_data,
|
| const blink::WebCryptoKeyAlgorithm& algorithm,
|
|
|