| 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 5aaf1f90f50a3a0f12ed4b1ef2ee9ced8b690c96..3901f15442b91a113f07122084d98185d0524961 100644
|
| --- a/chrome/browser/resources/md_history/synced_device_card.html
|
| +++ b/chrome/browser/resources/md_history/synced_device_card.html
|
| @@ -90,7 +90,7 @@
|
| <div id="item-container">
|
| <div id="icon" class="website-icon"></div>
|
| <a href="[[tab.url]]" class="website-title" title="[[tab.title]]"
|
| - on-tap="openTab_">
|
| + on-click="openTab_">
|
| <history-searched-label title="[[tab.title]]"
|
| search-term="[[searchTerm]]"></history-searched-label>
|
| </a>
|
|
|