Bug 1199678 - recognize MS Edge in MigrationUtils.jsm for default browser detection, r=Dolske

MozReview-Commit-ID: Bmuyv59fRAv

--HG--
extra : rebase_source : 0869e916cf5adda158f417d0a50160a37bc8ff40
This commit is contained in:
Gijs Kruitbosch 2016-06-29 19:37:48 +01:00
Родитель 26e7e639be
Коммит b1bd30f80e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -529,6 +529,7 @@ this.MigrationUtils = Object.freeze({
// Canary uses the same description as Chrome so we can't distinguish them.
const APP_DESC_TO_KEY = {
"Internet Explorer": "ie",
"Microsoft Edge": "edge",
"Safari": "safari",
"Firefox": "firefox",
"Google Chrome": "chrome", // Windows, Linux