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

Unified Diff: chrome/browser/resources/md_history/history_item.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
Index: chrome/browser/resources/md_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index d74b22f28211b7b049f53186420c3bc6b09690ef..963a9a4dc3222fd103bf3d73574b2577f5f61752 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -239,14 +239,14 @@
<div id="star-container">
<template is="dom-if" if="[[item.starred]]">
<button is="paper-icon-button-light" id="bookmark-star"
- title="$i18n{removeBookmark}" on-tap="onRemoveBookmarkTap_">
+ title="$i18n{removeBookmark}" on-click="onRemoveBookmarkTap_">
<iron-icon icon="cr:star"></iron-icon>
</button>
</template>
</div>
<button is="paper-icon-button-light" id="menu-button"
class="more-vert-button" title="$i18n{moreActionsButton}"
- on-tap="onMenuButtonTap_">
+ on-click="onMenuButtonTap_">
<div></div>
<div></div>
<div></div>
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698