Index: content/child/webcrypto/platform_crypto.h |
diff --git a/content/child/webcrypto/platform_crypto.h b/content/child/webcrypto/platform_crypto.h |
index 3c03b53bd2023c6a0b5b48136e41d07fa25c3c51..43ab816ee6677c1b45f7b4af9cd306ad8273cd10 100644 |
--- a/content/child/webcrypto/platform_crypto.h |
+++ b/content/child/webcrypto/platform_crypto.h |
@@ -25,6 +25,7 @@ scoped_ptr<blink::WebCryptoDigestor> CreatePlatformDigestor( |
AlgorithmImplementation* CreatePlatformShaImplementation(); |
AlgorithmImplementation* CreatePlatformAesCbcImplementation(); |
+AlgorithmImplementation* CreatePlatformAesCtrImplementation(); |
AlgorithmImplementation* CreatePlatformAesGcmImplementation(); |
AlgorithmImplementation* CreatePlatformAesKwImplementation(); |
AlgorithmImplementation* CreatePlatformHmacImplementation(); |