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

Unified Diff: Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.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/MediaKeys.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl
diff --git a/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl b/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl
index daed7eebcf6bf560daeb89902973318194ffb927..8fa5a7cc5da131becfbc777d7876671a2619d94e 100644
--- a/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl
+++ b/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl
@@ -7,5 +7,5 @@
[
RuntimeEnabled=EncryptedMedia
] partial interface Navigator {
- [CallWith=ScriptState] Promise requestMediaKeySystemAccess(DOMString keySystem, optional sequence<MediaKeySystemOptions> supportedConfigurations);
+ [CallWith=ScriptState] Promise<MediaKeySystemAccess> requestMediaKeySystemAccess(DOMString keySystem, optional sequence<MediaKeySystemOptions> supportedConfigurations);
};
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeys.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698