Chromium Code Reviews| Index: content/child/webcrypto/openssl/util_openssl.cc |
| diff --git a/content/child/webcrypto/openssl/util_openssl.cc b/content/child/webcrypto/openssl/util_openssl.cc |
| index 110057e884e1181f42a4cf76ab4d3453fd1cbf53..c00a8d9ebaac434228e92eb07c6c69b770d3f967 100644 |
| --- a/content/child/webcrypto/openssl/util_openssl.cc |
| +++ b/content/child/webcrypto/openssl/util_openssl.cc |
| @@ -38,11 +38,6 @@ AlgorithmImplementation* CreatePlatformRsaOaepImplementation() { |
| return NULL; |
| } |
| -AlgorithmImplementation* CreatePlatformRsaSsaImplementation() { |
| - // TODO(eroman): |
| - return NULL; |
| -} |
| - |
| } // namespace webcrypto |
| } // namespace content |