зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1531838 - Enable Firefox Monitor by default. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D23837 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f46e894a59
Коммит
de16116657
|
@ -73,7 +73,7 @@ this.FirefoxMonitor = {
|
|||
this.extension = aExtension;
|
||||
|
||||
XPCOMUtils.defineLazyPreferenceGetter(
|
||||
this, "enabled", this.kEnabledPref, false,
|
||||
this, "enabled", this.kEnabledPref, true,
|
||||
(pref, oldVal, newVal) => {
|
||||
if (newVal) {
|
||||
this.startObserving();
|
||||
|
|
Загрузка…
Ссылка в новой задаче