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

Unified Diff: Source/modules/encryptedmedia/MediaKeySystemAccess.idl

Issue 694773004: Add promise type to EME idl files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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/modules/encryptedmedia/MediaKeySession.idl ('k') | Source/modules/encryptedmedia/MediaKeys.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/MediaKeySystemAccess.idl
diff --git a/Source/modules/encryptedmedia/MediaKeySystemAccess.idl b/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
index 2da7487f7bb2611d75063185f04b5ebefc211ade..18ddc1a3cbce994fa1c63e8159779bae2170626f 100644
--- a/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
+++ b/Source/modules/encryptedmedia/MediaKeySystemAccess.idl
@@ -10,5 +10,5 @@
TypeChecking=Interface
] interface MediaKeySystemAccess {
readonly attribute DOMString keySystem;
- [CallWith=ScriptState] Promise createMediaKeys();
+ [CallWith=ScriptState] Promise<MediaKeys> createMediaKeys();
};
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeySession.idl ('k') | Source/modules/encryptedmedia/MediaKeys.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698