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

Unified Diff: content/test/data/android/media/media-session.html

Issue 1570043002: Implement MediaSession on top of the WebMediaPlayerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_session
Patch Set: Reorder. Created 4 years, 11 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 | « content/test/data/android/media/audio-6seconds.mp3 ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/android/media/media-session.html
diff --git a/content/test/data/android/media/media-session.html b/content/test/data/android/media/media-session.html
index 26d04de465956b9e55e4280ca7056f7ca34d24e4..e1c3b0dca89b60a9b9476eabed0bbcb79dad3c5b 100644
--- a/content/test/data/android/media/media-session.html
+++ b/content/test/data/android/media/media-session.html
@@ -6,12 +6,15 @@
</head>
<body>
<audio id='very-short-audio' controls>
+ <source src='audio-1second.mp3'>
<source src='audio-1second.ogg'>
</audio>
<audio id='short-audio' controls>
+ <source src='audio-2seconds.mp3'>
<source src='audio-2seconds.ogg'>
</audio>
<audio id='long-audio' controls>
+ <source src='audio-6seconds.mp3'>
<source src='audio-6seconds.ogg'>
</audio>
<video id='very-short-video' controls>
« no previous file with comments | « content/test/data/android/media/audio-6seconds.mp3 ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698