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