| 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 8ded2c43ccab3203894aa22c7256bbef236e462f..969dcac327390a0d6d1e24108e32f39632549948 100644
|
| --- a/content/child/webcrypto/shared_crypto_unittest.cc
|
| +++ b/content/child/webcrypto/shared_crypto_unittest.cc
|
| @@ -264,7 +264,6 @@ blink::WebCryptoAlgorithm GetDigestAlgorithm(base::DictionaryValue* dict,
|
| const char* name;
|
| blink::WebCryptoAlgorithmId id;
|
| } kDigestNameToId[] = {{"sha-1", blink::WebCryptoAlgorithmIdSha1},
|
| - {"sha-224", blink::WebCryptoAlgorithmIdSha224},
|
| {"sha-256", blink::WebCryptoAlgorithmIdSha256},
|
| {"sha-384", blink::WebCryptoAlgorithmIdSha384},
|
| {"sha-512", blink::WebCryptoAlgorithmIdSha512}, };
|
|
|