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

Unified Diff: Source/modules/crypto/Key.cpp

Issue 105433002: Cleanup: Rename NumberOfAlgorithmOperations --> LastAlgorithmOperation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years 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 | Source/modules/crypto/NormalizeAlgorithm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/Key.cpp
diff --git a/Source/modules/crypto/Key.cpp b/Source/modules/crypto/Key.cpp
index 705e84e061e320c24afa8635c662b85fc01a7bd5..e9976e27ba6c4d94498e442846e895175a116cdf 100644
--- a/Source/modules/crypto/Key.cpp
+++ b/Source/modules/crypto/Key.cpp
@@ -111,7 +111,6 @@ blink::WebCryptoKeyUsageMask toKeyUsage(AlgorithmOperation operation)
case Digest:
case GenerateKey:
case ImportKey:
- case NumberOfAlgorithmOperations:
break;
}
« no previous file with comments | « no previous file | Source/modules/crypto/NormalizeAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698