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 aa1aa65580ca364a4c5a32a6e8f09f8ad9c00ce5..4b604d8080d7a6871c334df75618cb41369b4e3a 100644 |
| --- a/content/child/webcrypto/nss/util_nss.cc |
| +++ b/content/child/webcrypto/nss/util_nss.cc |
| @@ -101,6 +101,11 @@ AlgorithmImplementation* CreatePlatformEcdhImplementation() { |
| return NULL; |
| } |
| +AlgorithmImplementation* CreatePlatformHkdfImplementation() { |
| + // HKDF is only being imlemented for BoringSSL. |
| + return NULL; |
| +} |
| + |
| } // namespace webcrypto |
| } // namespace content |