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

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

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
Index: content/child/webcrypto/webcrypto_util.h
diff --git a/content/child/webcrypto/webcrypto_util.h b/content/child/webcrypto/webcrypto_util.h
index 3c82da96ec71d6211b739b021b679c7090a5ddf9..7ae007325e4ae710ee6243a570e1fdecbd5919e7 100644
--- a/content/child/webcrypto/webcrypto_util.h
+++ b/content/child/webcrypto/webcrypto_util.h
@@ -163,14 +163,6 @@ class CONTENT_EXPORT Status {
// (implemention limitation), or the exponent was zero.
static Status ErrorGenerateKeyPublicExponent();
- // The algorithm was null when importing a raw-formatted key. In this case it
- // is required.
- static Status ErrorMissingAlgorithmImportRawKey();
-
- // The algorithm was null when unwrapping a raw-formatted key. In this case it
- // is required.
- static Status ErrorMissingAlgorithmUnwrapRawKey();
-
// The modulus bytes were empty when importing an RSA public key.
static Status ErrorImportRsaEmptyModulus();

Powered by Google App Engine
This is Rietveld 408576698