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

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

Issue 1839433002: [Media Router WebUI] Switch on-click to on-tap for consistent event listening. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html ('k') | 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/route_details/route_details.html
diff --git a/chrome/browser/resources/media_router/elements/route_details/route_details.html b/chrome/browser/resources/media_router/elements/route_details/route_details.html
index e7875e6e63d5cc58b591fd8470df8cf8b3f28328..2e2895d6a3fad3a8769344f21f0b4c6541f466da 100644
--- a/chrome/browser/resources/media_router/elements/route_details/route_details.html
+++ b/chrome/browser/resources/media_router/elements/route_details/route_details.html
@@ -14,12 +14,12 @@
<paper-button flat class="route-button button"
id="start-casting-to-route-button"
hidden$="[[!route.canJoin]]"
- on-click="startCastingToRoute_">
+ on-tap="startCastingToRoute_">
<span>[[startCastingButtonText_]]</span>
</paper-button>
<paper-button flat class="route-button button"
id="close-route-button"
- on-click="closeRoute_">
+ on-tap="closeRoute_">
<span>[[stopCastingButtonText_]]</span>
</paper-button>
<div>
« no previous file with comments | « chrome/browser/resources/media_router/elements/media_router_header/media_router_header.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698