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

Unified Diff: components/webcrypto/algorithm_dispatch.cc

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 | « no previous file | components/webcrypto/algorithms/aes.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/algorithm_dispatch.cc
diff --git a/components/webcrypto/algorithm_dispatch.cc b/components/webcrypto/algorithm_dispatch.cc
index 53c41f581957d0208de456892d05356981372987..feacd23e9f8be306598c653fe63a7a865e01e4f4 100644
--- a/components/webcrypto/algorithm_dispatch.cc
+++ b/components/webcrypto/algorithm_dispatch.cc
@@ -231,7 +231,7 @@ Status UnwrapKey(blink::WebCryptoKeyFormat format,
// information about the plaintext of the encrypted key (for instance the JWK
// key_ops). As long as the ImportKey error messages don't describe actual
// key bytes however this should be OK. For more discussion see
- // http://crubg.com/372040
+ // http://crbug.com/372040
return ImportKey(format, CryptoData(buffer), algorithm, extractable, usages,
key);
}
« no previous file with comments | « no previous file | components/webcrypto/algorithms/aes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698