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

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

Issue 2238523004: MD History: Add tooltip to more actions button in synced tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history_shadows
Patch Set: Created 4 years, 4 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/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 296cdf08d686ba2e1067e6985002533de66bd968..b227d7b6d485b1ba239c571eaa410b4bfc0f8242 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -76,7 +76,8 @@
</div>
<div id="right-buttons">
<button is="paper-icon-button-light" id="menu-button"
- class="icon-button" on-tap="onMenuButtonTap_">
+ class="icon-button" on-tap="onMenuButtonTap_"
+ title="$i18n{moreActionsButton}">
<iron-icon icon="cr:more-vert"></iron-icon>
</button>
<button is="paper-icon-button-light" class="icon-button"
« 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