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..063bc11f072128df24c21870a3080d1eca6c4fb6 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* CreatePlatformHkdfImplementation(); |
} // namespace webcrypto |