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

Unified Diff: components/webcrypto/status.h

Issue 1355923002: [refactor] Misc post-NSS WebCrypto cleanups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@util_split
Patch Set: add an explicit size_t --> unsigned cast Created 5 years, 3 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 | « components/webcrypto/algorithms/rsa_pss_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/status.h
diff --git a/components/webcrypto/status.h b/components/webcrypto/status.h
index 7e0ba9790f167ee6e2ab39c7ab7b880fc8545507..94124db6adec31dce76236c808907aaaa28c1c5a 100644
--- a/components/webcrypto/status.h
+++ b/components/webcrypto/status.h
@@ -134,7 +134,7 @@ class Status {
// Attempted to generate an AES key with an invalid length.
static Status ErrorGenerateAesKeyLength();
- // 192-bit AES keys are valid, however unsupported.
+ // 192-bit AES keys are valid, however unsupported (http://crbug.com/533699)
static Status ErrorAes192BitUnsupported();
// The wrong key was used for the operation. For instance, a public key was
« no previous file with comments | « components/webcrypto/algorithms/rsa_pss_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698