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

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

Issue 2252783004: Implement MediaSession (metadata) per frame [NOT READY, HAS DEPENDENCY] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fixes Created 4 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
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
new file mode 100644
index 0000000000000000000000000000000000000000..985cbda30e44581a2ca295a0bd47741e629d2bfd
--- /dev/null
+++ b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.idl
@@ -0,0 +1,5 @@
+[
whywhat 2016/09/13 16:23:26 Add comments (like copyright and a link to the spe
Zhiqiang Zhang (Slow) 2016/09/13 18:51:52 Done.
+ RuntimeEnabled=MediaSession,
+] partial interface Navigator {
+ readonly attribute MediaSession? mediaSession;
+};

Powered by Google App Engine
This is Rietveld 408576698