| Index: content/child/webcrypto/shared_crypto.h
|
| diff --git a/content/child/webcrypto/shared_crypto.h b/content/child/webcrypto/shared_crypto.h
|
| index f668a8a8fcaa724e30c67b40354576da39e266ff..c8fe3be77e1eb9a8778436f1f72ee69d2e9a86de 100644
|
| --- a/content/child/webcrypto/shared_crypto.h
|
| +++ b/content/child/webcrypto/shared_crypto.h
|
| @@ -132,9 +132,6 @@
|
| 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,
|
|
|