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

Unified Diff: third_party/WebKit/public/platform/modules/mediasession/WebMediaArtwork.h

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: fixed layout tests Created 4 years, 2 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/public/platform/modules/mediasession/WebMediaArtwork.h
diff --git a/third_party/WebKit/public/platform/modules/mediasession/WebMediaArtwork.h b/third_party/WebKit/public/platform/modules/mediasession/WebMediaArtwork.h
deleted file mode 100644
index 71e2fb34059b4de18438c036bf6bef4de0e3e6e2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/public/platform/modules/mediasession/WebMediaArtwork.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WebMediaArtwork_h
-#define WebMediaArtwork_h
-
-#include "public/platform/WebString.h"
-
-namespace blink {
-
-// Representation of MediaArtwork interface to the content layer.
-struct WebMediaArtwork {
- WebString src;
- WebString sizes;
- WebString type;
-};
-}
-
-#endif // WebMediaArtwork_h

Powered by Google App Engine
This is Rietveld 408576698