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

Unified Diff: third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp

Issue 2295613002: Remove a TODO that is no longer applicable. (Closed)
Patch Set: Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
diff --git a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
index d47808eef9da19e2f4766a2f1b0a4af98592cae0..e3d68d6d98b05f26e3d3d9420259e74e6856b251 100644
--- a/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
+++ b/third_party/WebKit/Source/modules/crypto/NormalizeAlgorithm.cpp
@@ -797,12 +797,7 @@ bool parseAesDerivedKeyParams(const Dictionary& raw, std::unique_ptr<WebCryptoAl
return true;
}
-// FIXME: once the spec has been updated, check that the implementation is
-// still correct and update this comment. http://crbug.com/399095
-//
-// The WebCrypto spec hasn't been updated yet to define HKDF
-// (https://www.w3.org/Bugs/Public/show_bug.cgi?id=27425). The assumed
-// parameters are:
+// Defined by the WebCrypto spec as:
//
// dictionary HkdfParams : Algorithm {
// required HashAlgorithmIdentifier hash;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698