зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1304874 - Re-enable e10s for russian users.
MozReview-Commit-ID: 8weaw3FGZWx
This commit is contained in:
Родитель
05c3b6e81a
Коммит
78cc1bf5d8
|
@ -170,15 +170,5 @@ function optedOut() {
|
|||
* string must be returned.
|
||||
*/
|
||||
function getTemporaryDisqualification() {
|
||||
let applicationLanguage =
|
||||
Cc["@mozilla.org/chrome/chrome-registry;1"]
|
||||
.getService(Ci.nsIXULChromeRegistry)
|
||||
.getSelectedLocale("global")
|
||||
.split("-")[0];
|
||||
|
||||
if (applicationLanguage == "ru") {
|
||||
return "ru";
|
||||
}
|
||||
|
||||
return "";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче