Bug 1597256 - Add 'silent' to the full installer ping. r=agashlin

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Molly Howell 2019-12-03 21:46:44 +00:00
Родитель ace2396f78
Коммит 66f41823f1
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -1124,6 +1124,12 @@ Function SendPing
nsJSON::Set /tree ping "Data" "succeeded" /value true
${EndIf}
${If} ${Silent}
nsJSON::Set /tree ping "Data" "silent" /value true
${Else}
nsJSON::Set /tree ping "Data" "silent" /value false
${EndIf}
; Send the ping request. This call will block until a response is received,
; but we shouldn't have any windows still open, so we won't jank anything.
nsJSON::Set /http ping