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

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

Issue 1111073002: Update route property reference. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.html
diff --git a/chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.html b/chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.html
index 368d48559d7c730ce2b1e7d450dd8d6fa4c6ceab..973a88607391e8d751c84a29e246b236fd200a59 100644
--- a/chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.html
+++ b/chrome/browser/resources/media_router/elements/media_router_sink/media_router_sink.html
@@ -7,7 +7,7 @@
<div class="device cast-device"></div>
<span>{{sink.name}}</span>
<template if="{{route}}">
- <div class="route">{{route.description}}</div>
+ <div class="route">{{route.title}}</div>
</template>
</div>
</template>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698