| Index: content/renderer/webcrypto/shared_crypto.h
|
| diff --git a/content/renderer/webcrypto/shared_crypto.h b/content/renderer/webcrypto/shared_crypto.h
|
| index 54e9a68d1548f5823894c0772faa84ee15ae8b7d..80be43848dee01b2a1209610edea9b1f9748fbf8 100644
|
| --- a/content/renderer/webcrypto/shared_crypto.h
|
| +++ b/content/renderer/webcrypto/shared_crypto.h
|
| @@ -132,6 +132,9 @@ CONTENT_EXPORT Status
|
| blink::WebCryptoKey* key);
|
|
|
| CONTENT_EXPORT Status
|
| + ExportKeyJwk(const blink::WebCryptoKey& key, blink::WebArrayBuffer* buffer);
|
| +
|
| +CONTENT_EXPORT Status
|
| WrapKey(blink::WebCryptoKeyFormat format,
|
| const blink::WebCryptoKey& wrapping_key,
|
| const blink::WebCryptoKey& key_to_wrap,
|
|
|