Bug 1746577 - Restrict ensureExperimentToRolloutTransitionPerformed.js to Firefox. r=nalexander,Gijs,application-update-reviewers,bytesized

Differential Revision: https://phabricator.services.mozilla.com/D134125
This commit is contained in:
Geoff Lankow 2021-12-17 17:24:35 +00:00
Родитель 40ef20ce28
Коммит 149b24ce2a
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -46,5 +46,5 @@ reason = Update directory migration is currently Windows only
[disableBackgroundUpdatesBackgroundTask.js]
[disableBackgroundUpdatesNonBackgroundTask.js]
[ensureExperimentToRolloutTransitionPerformed.js]
run-if = os == 'win'
reason = Feature is windows-specific.
run-if = os == 'win' && appname == 'firefox'
reason = Feature is Firefox-specific and Windows-specific.