| Index: content/child/webcrypto/shared_crypto.cc
|
| diff --git a/content/child/webcrypto/shared_crypto.cc b/content/child/webcrypto/shared_crypto.cc
|
| index 580754ae47966343874aee1766ea68b8d2672d52..3399d0508e9def02c95d7b7e283533034e2f81ee 100644
|
| --- a/content/child/webcrypto/shared_crypto.cc
|
| +++ b/content/child/webcrypto/shared_crypto.cc
|
| @@ -284,7 +284,6 @@ Status Digest(const blink::WebCryptoAlgorithm& algorithm,
|
| blink::WebArrayBuffer* buffer) {
|
| switch (algorithm.id()) {
|
| case blink::WebCryptoAlgorithmIdSha1:
|
| - case blink::WebCryptoAlgorithmIdSha224:
|
| case blink::WebCryptoAlgorithmIdSha256:
|
| case blink::WebCryptoAlgorithmIdSha384:
|
| case blink::WebCryptoAlgorithmIdSha512:
|
|
|