Index: content/child/webcrypto/platform_crypto.h |
diff --git a/content/child/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h |
index b63aca182a91a6120833d1b33a6b0391ec286712..8e0f0d378ae131ce79bd340cf9c044cff5b86058 100644 |
--- a/content/child/webcrypto/platform_crypto.h |
+++ b/content/child/webcrypto/platform_crypto.h |
@@ -34,6 +34,7 @@ AlgorithmImplementation* CreatePlatformRsaSsaImplementation(); |
AlgorithmImplementation* CreatePlatformRsaPssImplementation(); |
AlgorithmImplementation* CreatePlatformEcdsaImplementation(); |
AlgorithmImplementation* CreatePlatformEcdhImplementation(); |
+AlgorithmImplementation* CreatePlatformPbkdf2Implementation(); |
} // namespace webcrypto |