Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Unified Diff: public/platform/WebCryptoAlgorithm.h

Issue 194013003: [webcrypto] Remove support for SHA-224 (CL 1 or 3). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Oops add changed test expectations! Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/crypto/NormalizeAlgorithm.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCryptoAlgorithm.h
diff --git a/public/platform/WebCryptoAlgorithm.h b/public/platform/WebCryptoAlgorithm.h
index 0509b891bcba96863e9c5a2d5232d0ffd8ab0e4d..06dce09285fab712864fa1dbb5bd946455cc1b00 100644
--- a/public/platform/WebCryptoAlgorithm.h
+++ b/public/platform/WebCryptoAlgorithm.h
@@ -46,7 +46,7 @@ enum WebCryptoAlgorithmId {
WebCryptoAlgorithmIdRsaSsaPkcs1v1_5,
WebCryptoAlgorithmIdRsaEsPkcs1v1_5,
WebCryptoAlgorithmIdSha1,
- WebCryptoAlgorithmIdSha224,
+ WebCryptoAlgorithmIdSha224, // FIXME: Delete once no longer referenced by chromium.
WebCryptoAlgorithmIdSha256,
WebCryptoAlgorithmIdSha384,
WebCryptoAlgorithmIdSha512,
« no previous file with comments | « Source/modules/crypto/NormalizeAlgorithm.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698