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

Unified Diff: content/child/webcrypto/webcrypto_util.cc

Issue 197223007: [webcrypto] Remove support for null import algorithms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« content/child/webcrypto/jwk.cc ('K') | « content/child/webcrypto/webcrypto_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webcrypto/webcrypto_util.cc
diff --git a/content/child/webcrypto/webcrypto_util.cc b/content/child/webcrypto/webcrypto_util.cc
index 3058d0abe3bea972436c3770dadbed2f31b6a39d..9cf44efb0551eb42d7e9aca767379c193f9d556e 100644
--- a/content/child/webcrypto/webcrypto_util.cc
+++ b/content/child/webcrypto/webcrypto_util.cc
@@ -140,18 +140,6 @@ Status Status::ErrorGenerateKeyPublicExponent() {
return Status("The \"publicExponent\" is either empty, zero, or too large");
}
-Status Status::ErrorMissingAlgorithmImportRawKey() {
- return Status(
- "The key's algorithm must be specified when importing "
- "raw-formatted key.");
-}
-
-Status Status::ErrorMissingAlgorithmUnwrapRawKey() {
- return Status(
- "The key's algorithm must be specified when unwrapping a "
- "raw-formatted key.");
-}
-
Status Status::ErrorImportRsaEmptyModulus() {
return Status("The modulus is empty");
}
« content/child/webcrypto/jwk.cc ('K') | « content/child/webcrypto/webcrypto_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698