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

Unified Diff: third_party/WebKit/Source/modules/mediasession/MediaSession.idl

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: blink typemap (need to revert blink typemap, only need content/ reivew) Created 4 years, 2 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
Index: third_party/WebKit/Source/modules/mediasession/MediaSession.idl
diff --git a/third_party/WebKit/Source/modules/mediasession/MediaSession.idl b/third_party/WebKit/Source/modules/mediasession/MediaSession.idl
index 5e7f5e20fb6a6a0abd71b111f111dbaa4632556e..ff32947c888817184ffba34e865958d834780903 100644
--- a/third_party/WebKit/Source/modules/mediasession/MediaSession.idl
+++ b/third_party/WebKit/Source/modules/mediasession/MediaSession.idl
@@ -6,12 +6,7 @@
[
Constructor(),
- ConstructorCallWith=ExecutionContext,
- RaisesException=Constructor,
RuntimeEnabled=MediaSession,
] interface MediaSession {
- attribute MediaMetadata? metadata;
-
- [CallWith=ScriptState] Promise<void> activate();
- [CallWith=ScriptState] Promise<void> deactivate();
+ [CallWith=ScriptState] attribute MediaMetadata? metadata;
};

Powered by Google App Engine
This is Rietveld 408576698