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

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

Issue 2235803003: MD History: Add tooltip for history menu button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: chrome/browser/resources/md_history/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index 6d770a21f4ff98e7a909c270ca2fe4af9ed0111a..4620666e2cd406dda0b7214bd78fc8b5744b1fc3 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -130,7 +130,7 @@
<cr-toolbar id="main-toolbar" page-name="$i18n{title}"
clear-label="$i18n{clearSearch}" search-prompt="$i18n{searchPrompt}"
hidden$="[[itemsSelected_]]" spinner-active="[[spinnerActive]]"
- show-menu="[[hasDrawer]]"
+ show-menu="[[hasDrawer]]" button-label="$i18n{historyMenuButton}"
on-search-changed="onSearchChanged_">
</cr-toolbar>
<div id="overlay-wrapper" hidden$="[[!itemsSelected_]]">

Powered by Google App Engine
This is Rietveld 408576698