Bug 1524230 - UrlbarView: Display the device name for remote tab results. r=mak

Differential Revision: https://phabricator.services.mozilla.com/D18204

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2019-01-31 16:51:46 +00:00
Родитель 76ae7167ab
Коммит 4034ae7d42
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -314,6 +314,10 @@ class UrlbarView {
secondary.classList.add("urlbarView-action");
secondary.textContent = bundle.GetStringFromName("switchToTab2");
break;
case UrlbarUtils.RESULT_TYPE.REMOTE_TAB:
secondary.classList.add("urlbarView-action");
secondary.textContent = result.payload.device;
break;
case UrlbarUtils.RESULT_TYPE.SEARCH:
secondary.classList.add("urlbarView-action");
secondary.textContent =