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

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

Issue 2428523002: Add media controls to MediaSession in Blink (Closed)
Patch Set: rebased 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
« no previous file with comments | « third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
diff --git a/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
index 39ef8d04a981063ee45f04c514b5a77f65f24d03..1a7806f0f9522994af6aba67d852d1a8bdcc24b9 100644
--- a/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
+++ b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
@@ -8,5 +8,5 @@
Exposed=(Window),
RuntimeEnabled=MediaSession
] partial interface Navigator {
- readonly attribute MediaSession mediaSession;
+ [CallWith=ScriptState] readonly attribute MediaSession mediaSession;
};
« no previous file with comments | « third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698