Chromium Code Reviews| Index: content/child/webcrypto/shared_crypto_unittest.cc |
| diff --git a/content/child/webcrypto/shared_crypto_unittest.cc b/content/child/webcrypto/shared_crypto_unittest.cc |
| index 3beadc476170cd9b88ad1d7204d2ec19bf300580..3aca018c230d77ba26395cdd6fd62313649410e9 100644 |
| --- a/content/child/webcrypto/shared_crypto_unittest.cc |
| +++ b/content/child/webcrypto/shared_crypto_unittest.cc |
| @@ -1185,7 +1185,6 @@ TEST_F(SharedCryptoTest, ImportJwkKeyUsage) { |
| const blink::WebCryptoAlgorithm algorithm; |
| const blink::WebCryptoKeyUsage usage; |
| }; |
| - // TODO(padolph): Add 'deriveBits' key_ops value once it is supported. |
|
Ryan Sleevi
2014/05/13 05:52:25
Seems like there's still a need for a test
eroman
2014/05/13 20:05:13
I will leave the TODO. It is not currently testabl
|
| const TestCase test_case[] = { |
| {"encrypt", "A128CBC", aes_cbc_algorithm, |
| blink::WebCryptoKeyUsageEncrypt}, |