| Index: content/child/webcrypto/platform_crypto.h
|
| diff --git a/content/child/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h
|
| index 063bc11f072128df24c21870a3080d1eca6c4fb6..902c13e0db13c8873e588bd3780641df332e95a6 100644
|
| --- a/content/child/webcrypto/platform_crypto.h
|
| +++ b/content/child/webcrypto/platform_crypto.h
|
| @@ -35,6 +35,7 @@ AlgorithmImplementation* CreatePlatformRsaPssImplementation();
|
| AlgorithmImplementation* CreatePlatformEcdsaImplementation();
|
| AlgorithmImplementation* CreatePlatformEcdhImplementation();
|
| AlgorithmImplementation* CreatePlatformHkdfImplementation();
|
| +AlgorithmImplementation* CreatePlatformPbkdf2Implementation();
|
|
|
| } // namespace webcrypto
|
|
|
|
|