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

Unified Diff: modules/crypto/KeyAlgorithm.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 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 | « modules/crypto/Key.idl ('k') | modules/crypto/KeyPair.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/crypto/KeyAlgorithm.idl
diff --git a/modules/quota/StorageInfo.idl b/modules/crypto/KeyAlgorithm.idl
similarity index 89%
copy from modules/quota/StorageInfo.idl
copy to modules/crypto/KeyAlgorithm.idl
index feec250125d91f90a9c268b29972c24ba68e903c..d9e0ea0fb3be39525b7c292602367055a3713506 100644
--- a/modules/quota/StorageInfo.idl
+++ b/modules/crypto/KeyAlgorithm.idl
@@ -29,10 +29,9 @@
*/
[
- WillBeGarbageCollected,
+ GarbageCollected,
NoInterfaceObject,
- RuntimeEnabled=QuotaPromise
-] interface StorageInfo {
- readonly attribute unsigned long long usage;
- readonly attribute unsigned long long quota;
+ SpecialWrapFor=AesKeyAlgorithm|HmacKeyAlgorithm|RsaHashedKeyAlgorithm
+] interface KeyAlgorithm {
+ readonly attribute DOMString name;
};
« no previous file with comments | « modules/crypto/Key.idl ('k') | modules/crypto/KeyPair.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698