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

Unified Diff: Source/modules/crypto/KeyAlgorithm.h

Issue 284973002: [webcrypto] Remove RSA-ES support (3 of 3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Placate compiler warning on android about uninitialized variable Created 6 years, 7 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 | « Source/bindings/v8/SerializedScriptValue.cpp ('k') | Source/modules/crypto/KeyAlgorithm.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/KeyAlgorithm.h
diff --git a/Source/modules/crypto/KeyAlgorithm.h b/Source/modules/crypto/KeyAlgorithm.h
index 570f4449c0d697806ac8a0a3a39104ebed475171..8d0e8dc2f1dcc66f8beb6fe05b6decbab38f3a59 100644
--- a/Source/modules/crypto/KeyAlgorithm.h
+++ b/Source/modules/crypto/KeyAlgorithm.h
@@ -52,7 +52,6 @@ public:
bool isAesKeyAlgorithm() const;
bool isHmacKeyAlgorithm() const;
bool isRsaHashedKeyAlgorithm() const;
- bool isRsaKeyAlgorithm() const;
virtual void trace(Visitor*);
« no previous file with comments | « Source/bindings/v8/SerializedScriptValue.cpp ('k') | Source/modules/crypto/KeyAlgorithm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698