Chromium Code Reviews| Index: content/child/webcrypto/nss/util_nss.cc |
| diff --git a/content/child/webcrypto/nss/util_nss.cc b/content/child/webcrypto/nss/util_nss.cc |
| index 58201cb47dc2a71f9201df1aa232b4270071e90c..49dc9d1b4ef4a2e574736f5d4680a23f6db088ea 100644 |
| --- a/content/child/webcrypto/nss/util_nss.cc |
| +++ b/content/child/webcrypto/nss/util_nss.cc |
| @@ -90,6 +90,11 @@ AlgorithmImplementation* CreatePlatformRsaPssImplementation() { |
| return NULL; |
| } |
| +AlgorithmImplementation* CreatePlatformEcdsaImplementation() { |
| + // TODO(eroman): http://crbug.com/399094 |
| + return NULL; |
| +} |
| + |
| } // namespace webcrypto |
| } // namespace content |