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

Unified Diff: content/renderer/webcrypto/shared_crypto.h

Issue 178073007: [webcrypto] Update to use the KeyAlgorithm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unrelated change that makes public keys extractable Created 6 years, 10 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 | « content/renderer/webcrypto/platform_crypto_openssl.cc ('k') | content/renderer/webcrypto/shared_crypto.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/webcrypto/shared_crypto.h
diff --git a/content/renderer/webcrypto/shared_crypto.h b/content/renderer/webcrypto/shared_crypto.h
index e3b8b475f7463d94561c52424d0ee46e27b97967..d2435809b316ad6b73b04a0146197b1e1e110ca9 100644
--- a/content/renderer/webcrypto/shared_crypto.h
+++ b/content/renderer/webcrypto/shared_crypto.h
@@ -39,7 +39,7 @@ CONTENT_EXPORT void Init();
// WebCryptoImpl (Implements the blink::WebCrypto interface for
// | asynchronous completions)
// |
-// | [shared_crypto_unittests.cc]
+// | [shared_crypto_unittest.cc]
// | /
// | / (The blink::WebCrypto interface is not
// | / testable from the chromium side because
« no previous file with comments | « content/renderer/webcrypto/platform_crypto_openssl.cc ('k') | content/renderer/webcrypto/shared_crypto.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698