| Index: content/child/webcrypto/webcrypto_util.cc
|
| diff --git a/content/child/webcrypto/webcrypto_util.cc b/content/child/webcrypto/webcrypto_util.cc
|
| index c6bf4b20a826ca1894cbcb3d3220fb3cead1a29d..85b8fcc02367bfca9f90cce7b27bf07cd8d293cb 100644
|
| --- a/content/child/webcrypto/webcrypto_util.cc
|
| +++ b/content/child/webcrypto/webcrypto_util.cc
|
| @@ -67,7 +67,7 @@ const JwkToWebCryptoUsage kJwkWebCryptoUsageMap[] = {
|
| {"encrypt", blink::WebCryptoKeyUsageEncrypt},
|
| {"decrypt", blink::WebCryptoKeyUsageDecrypt},
|
| {"deriveKey", blink::WebCryptoKeyUsageDeriveKey},
|
| - // TODO(padolph): Add 'deriveBits' once supported by Blink.
|
| + {"deriveBits", blink::WebCryptoKeyUsageDeriveBits},
|
| {"sign", blink::WebCryptoKeyUsageSign},
|
| {"unwrapKey", blink::WebCryptoKeyUsageUnwrapKey},
|
| {"verify", blink::WebCryptoKeyUsageVerify},
|
|
|