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

Unified Diff: chrome/browser/resources/md_history/synced_device_card.html

Issue 2376613002: MD History: Replace tap listeners with click listeners for icon-button-light (Closed)
Patch Set: Created 4 years, 3 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/md_history/lazy_load.vulcanized.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/md_history/synced_device_card.html
diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
index ff6329f0ba07518f0a91c3167974aa931a109cc6..7f71f8bb4295c0438e85036734c282543c85942e 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -87,7 +87,7 @@
</div>
<div id="right-buttons">
<button is="paper-icon-button-light" id="menu-button"
- class="more-vert-button" on-tap="onMenuButtonTap_"
+ class="more-vert-button" on-click="onMenuButtonTap_"
title="$i18n{moreActionsButton}">
<div></div>
<div></div>
« no previous file with comments | « chrome/browser/resources/md_history/lazy_load.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698