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

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: Tighten DEPS file for module (re-upload) 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
« no previous file with comments | « Source/modules/mediasession/MediaSession.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 Constructor(),
3 RuntimeEnabled=MediaSession,
4 ]
5 interface MediaSession {
philipj_slow 2015/06/26 11:56:59 The usual thing is to put the ] on the same line a
davve 2015/06/26 12:50:50 Done.
6 void activate();
7 void deactivate();
8 };
OLDNEW
« no previous file with comments | « Source/modules/mediasession/MediaSession.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698