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

Unified Diff: modules/crypto/HmacKeyParams.idl

Issue 23534036: Roll IDL files forward (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 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 | « modules/crypto/CryptoOperation.idl ('k') | modules/crypto/SubtleCrypto.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/crypto/HmacKeyParams.idl
diff --git a/modules/crypto/RsaSsaParams.idl b/modules/crypto/HmacKeyParams.idl
similarity index 94%
copy from modules/crypto/RsaSsaParams.idl
copy to modules/crypto/HmacKeyParams.idl
index f289529ff8b0cfb987ffaaad9ec97f54568dfa9c..bb7ac7ea3be9a2c0041291844f09aa9c3b616a0c 100644
--- a/modules/crypto/RsaSsaParams.idl
+++ b/modules/crypto/HmacKeyParams.idl
@@ -30,6 +30,7 @@
[
NoInterfaceObject,
-] interface RsaSsaParams : Algorithm {
+] interface HmacKeyParams : Algorithm {
readonly attribute Algorithm hash;
+ readonly attribute unsigned long? length;
};
« no previous file with comments | « modules/crypto/CryptoOperation.idl ('k') | modules/crypto/SubtleCrypto.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698