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 eb516e049a0b61804939db1b940f5a90ebf7fbe9..58201cb47dc2a71f9201df1aa232b4270071e90c 100644 |
| --- a/content/child/webcrypto/nss/util_nss.cc |
| +++ b/content/child/webcrypto/nss/util_nss.cc |
| @@ -85,6 +85,11 @@ AlgorithmImplementation* CreatePlatformAesCtrImplementation() { |
| return NULL; |
| } |
| +AlgorithmImplementation* CreatePlatformRsaPssImplementation() { |
| + // TODO(eroman): http://crbug.com/399090 |
| + return NULL; |
| +} |
| + |
| } // namespace webcrypto |
| } // namespace content |