| Index: content/child/webcrypto/webcrypto_util.cc
|
| diff --git a/content/child/webcrypto/webcrypto_util.cc b/content/child/webcrypto/webcrypto_util.cc
|
| index f80fe32933a47605e3d68e1663e411d99b816f14..f7eeb22875ceb3fabafd57cabe14c45d83e3703b 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},
|
|
|