| 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 c00a8d9ebaac434228e92eb07c6c69b770d3f967..977c4da2f0bc291907ad9088f43e82d1316733fe 100644
|
| --- a/content/child/webcrypto/openssl/util_openssl.cc
|
| +++ b/content/child/webcrypto/openssl/util_openssl.cc
|
| @@ -33,11 +33,6 @@ const EVP_MD* GetDigest(blink::WebCryptoAlgorithmId id) {
|
| }
|
| }
|
|
|
| -AlgorithmImplementation* CreatePlatformRsaOaepImplementation() {
|
| - // TODO(eroman):
|
| - return NULL;
|
| -}
|
| -
|
| } // namespace webcrypto
|
|
|
| } // namespace content
|
|
|