| Index: content/child/webcrypto/platform_crypto.h
|
| diff --git a/content/child/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h
|
| index e37d18788b5362b8b342d4fcece832d5eb204049..497ddb2f509de57057cf40faf83afaa60ea2b40d 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();
|
|
|
| } // namespace webcrypto
|
|
|
|
|