| 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 d2b4dd058f1dce189e1b79078ea3e10e31316f40..17231e6961f80ee9bba9de76a52cd97643799a11 100644
|
| --- a/chrome/browser/resources/md_history/synced_device_card.html
|
| +++ b/chrome/browser/resources/md_history/synced_device_card.html
|
| @@ -92,7 +92,7 @@
|
| <div id="item-container">
|
| <div id="icon" class="website-icon"></div>
|
| <a href="[[tab.url]]" class="website-title" title="[[tab.title]]"
|
| - on-click="openTab_">
|
| + on-click="openTab_" on-contextmenu="onLinkRightClick_">
|
| <history-searched-label title="[[tab.title]]"
|
| search-term="[[searchTerm]]"></history-searched-label>
|
| </a>
|
|
|