| 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 b3cbe2f4ddc5acde7a3fc82ae89c4969975d4b02..747d91a8199dc25aa91093df0d6ce4265289298d 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.html
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.html
|
| @@ -234,7 +234,7 @@
|
| id="today-button"
|
| class="icon-button"
|
| title="$i18n{rangeToday}"
|
| - on-tap="onTodayTap_"
|
| + on-click="onTodayTap_"
|
| disabled="[[isToday_(groupedOffset)]]">
|
| <iron-icon icon="history:today"></iron-icon>
|
| </button>
|
| @@ -242,7 +242,7 @@
|
| id="prev-button"
|
| title="$i18n{rangePrevious}"
|
| class="icon-button rtl-reversible"
|
| - on-tap="onPrevTap_"
|
| + on-click="onPrevTap_"
|
| disabled="[[!hasMoreResults]]">
|
| <iron-icon icon="history:chevron-left"></iron-icon>
|
| </button>
|
| @@ -250,7 +250,7 @@
|
| id="next-button"
|
| title="$i18n{rangeNext}"
|
| class="icon-button rtl-reversible"
|
| - on-tap="onNextTap_"
|
| + on-click="onNextTap_"
|
| disabled="[[isToday_(groupedOffset)]]">
|
| <iron-icon icon="cr:chevron-right"></iron-icon>
|
| </button>
|
|
|