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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.js

Issue 1133853003: Media Router: Replace sink custom elements with core/paper elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.js
diff --git a/chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.js b/chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.js
deleted file mode 100644
index c90aa135f2797df1352186980fae40002f59b41e..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.js
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2015 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.
-
-// This Polymer element shows information about a media sink.
-Polymer('media-router-sink', {
- publish: {
- /**
- * The sink to show.
- *
- * @attribute sink
- * @type {media_router.Sink}
- * @default null
- */
- sink: null,
-
- /**
- * The route to show.
- *
- * @attribute route
- * @type {media_router.Route}
- * @default null
- */
- route: null,
- },
-});

Powered by Google App Engine
This is Rietveld 408576698