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

Unified Diff: chrome/browser/resources/settings/settings_ui/settings_ui.html

Issue 2235803003: MD History: Add tooltip for history menu button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor change in menu label text 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 | « chrome/browser/resources/md_history/history_toolbar.html ('k') | 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/settings/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index 098c8f6f68b119262a69c11e0f5973f5c3821966..89c78e519432cf9bb3fc11ee36f973df0361b6e8 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -86,7 +86,8 @@
</style>
<cr-toolbar page-name="$i18n{settings}" clear-label="$i18n{clearSearch}"
search-prompt="$i18n{searchPrompt}" on-cr-menu-tap="onMenuButtonTap_"
- spinner-active="[[toolbarSpinnerActive_]]">
+ spinner-active="[[toolbarSpinnerActive_]]"
+ menu-label="$i18n{menuButtonLabel}">
</cr-toolbar>
<app-drawer swipe-open opened="{{drawerOpened_}}">
<div class="drawer-header">$i18n{settings}</div>
« no previous file with comments | « chrome/browser/resources/md_history/history_toolbar.html ('k') | chrome/browser/ui/webui/md_history_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698