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

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

Issue 2106363002: MD History: Add title to item menu button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename Created 4 years, 6 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 | chrome/browser/ui/webui/md_history_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 30e7d7143f8f009daa41c8906ad163eaaed9a5ab..6da390b30e66100070df31974d101c49926497ad 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -145,7 +145,7 @@
</div>
<iron-icon icon="cr:star" id="bookmark-star"></iron-icon>
<button is="paper-icon-button-light" id="menu-button"
- on-tap="onMenuButtonTap_">
+ on-tap="onMenuButtonTap_" title="$i18n{moreActionsButton}">
<iron-icon icon="cr:more-vert"></iron-icon>
</button>
</div>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/md_history_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698