| Index: content/child/webcrypto/platform_crypto.h
|
| diff --git a/content/child/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h
|
| index 2977b9c97f50834bef626906b7e4762ff51c91c7..be761cf18f2391288239f4c927fedb25747810c1 100644
|
| --- a/content/child/webcrypto/platform_crypto.h
|
| +++ b/content/child/webcrypto/platform_crypto.h
|
| @@ -32,6 +32,7 @@ AlgorithmImplementation* CreatePlatformHmacImplementation();
|
| AlgorithmImplementation* CreatePlatformRsaOaepImplementation();
|
| AlgorithmImplementation* CreatePlatformRsaSsaImplementation();
|
| AlgorithmImplementation* CreatePlatformRsaPssImplementation();
|
| +AlgorithmImplementation* CreatePlatformEcdsaImplementation();
|
|
|
| bool PlatformSerializeKeyForClone(const blink::WebCryptoKey& key,
|
| blink::WebVector<uint8_t>* key_data);
|
|
|