| 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 e6d57d74d385d73689eb40764e5842969c2f9c49..77549703d95da54324d96c7ce2d444da6e6bd406 100644
|
| --- a/chrome/browser/resources/md_history/synced_device_card.html
|
| +++ b/chrome/browser/resources/md_history/synced_device_card.html
|
| @@ -94,7 +94,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>
|
|
|