diff options
Diffstat (limited to 'content/child/webcrypto/platform_crypto.h')
-rw-r--r-- | content/child/webcrypto/platform_crypto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/child/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h index 2977b9c..e37d187 100644 --- a/content/child/webcrypto/platform_crypto.h +++ b/content/child/webcrypto/platform_crypto.h @@ -33,9 +33,6 @@ AlgorithmImplementation* CreatePlatformRsaOaepImplementation(); AlgorithmImplementation* CreatePlatformRsaSsaImplementation(); AlgorithmImplementation* CreatePlatformRsaPssImplementation(); -bool PlatformSerializeKeyForClone(const blink::WebCryptoKey& key, - blink::WebVector<uint8_t>* key_data); - } // namespace webcrypto } // namespace content |