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

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

Issue 2013813002: Implement MediaMetadata artwork in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests Created 4 years, 7 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/MediaArtworkInit.idl
diff --git a/content/test/data/service_worker/fetch_event_respond_with_fetch.js b/third_party/WebKit/Source/modules/mediasession/MediaArtworkInit.idl
similarity index 63%
copy from content/test/data/service_worker/fetch_event_respond_with_fetch.js
copy to third_party/WebKit/Source/modules/mediasession/MediaArtworkInit.idl
index df76d0a094fd0d876c78cc9f327df6e213e056c2..6ea3a32b57f322da77560ab6b4d15470e4f3c2b5 100644
--- a/content/test/data/service_worker/fetch_event_respond_with_fetch.js
+++ b/third_party/WebKit/Source/modules/mediasession/MediaArtworkInit.idl
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-this.onfetch = function(event) {
- event.respondWith(fetch(event.request));
mlamouri (slow - plz ping) 2016/05/31 16:41:50 to avoid the fake copy, you can pass --no-find-cop
Zhiqiang Zhang (Slow) 2016/06/01 19:40:57 Done.
+dictionary MediaArtworkInit {
+ DOMString src = "";
+ DOMString sizes = "";
+ DOMString type = "";
};

Powered by Google App Engine
This is Rietveld 408576698