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

Side by Side Diff: Source/modules/mediasession/MediaSession.idl

Issue 1206283002: Add MediaSession runtime flag along with stub MediaSession object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix title and add instanceof assert to test Created 5 years, 6 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 [
davve 2015/06/29 10:45:52 Missing licence header. Will add.
2 Constructor(),
3 RuntimeEnabled=MediaSession,
4 ] interface MediaSession {
5 void activate();
6 void deactivate();
7 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698