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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 [
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.
2 RuntimeEnabled=MediaSession,
3 ] partial interface Navigator {
4 readonly attribute MediaSession? mediaSession;
5 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698