| 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 690252e65419fd15f04d2b6a2d24583a4a4a0dbd..417bfb75257e65351b25c192687c70a52f7d1ef2 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.html
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.html
|
| @@ -129,7 +129,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]]" menu-label="$i18n{historyMenuButton}"
|
| on-search-changed="onSearchChanged_">
|
| </cr-toolbar>
|
| <template is="dom-if" if="[[itemsSelected_]]">
|
|
|