| 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..7d366f5d45dd6a78e138e23e78e3a10a9583ea95 100644
|
| --- a/content/child/webcrypto/shared_crypto.h
|
| +++ b/content/child/webcrypto/shared_crypto.h
|
| @@ -148,6 +148,18 @@ CONTENT_EXPORT Status
|
| blink::WebCryptoKeyUsageMask usage_mask,
|
| blink::WebCryptoKey* key);
|
|
|
| +CONTENT_EXPORT Status
|
| + SerializeKeyForClone(const blink::WebCryptoKey& key,
|
| + blink::WebVector<unsigned char>* data);
|
| +
|
| +CONTENT_EXPORT Status
|
| + DeserializeKeyForClone(const blink::WebCryptoKeyAlgorithm& algorithm,
|
| + blink::WebCryptoKeyType type,
|
| + bool extractable,
|
| + blink::WebCryptoKeyUsageMask usage_mask,
|
| + const CryptoData& key_data,
|
| + blink::WebCryptoKey* key);
|
| +
|
| } // namespace webcrypto
|
|
|
| } // namespace content
|
|
|