Bug 1370746 - about:prefs#sync listens for more FxA account state notifications. r=eoger

MozReview-Commit-ID: CcixuCOKjLS

--HG--
extra : rebase_source : 402b0341730afd9a64a731f378bf5bd5a008c6b6
This commit is contained in:
Mark Hammond 2017-06-07 17:16:21 +10:00
Родитель 098482a936
Коммит 7bcd5eff22
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -95,6 +95,7 @@ var gSyncPane = {
"weave:service:logout:finish",
FxAccountsCommon.ONVERIFIED_NOTIFICATION,
FxAccountsCommon.ONLOGIN_NOTIFICATION,
FxAccountsCommon.ON_ACCOUNT_STATE_CHANGE_NOTIFICATION,
FxAccountsCommon.ON_PROFILE_CHANGE_NOTIFICATION,
];
// Add the observers now and remove them on unload

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

@ -95,6 +95,7 @@ var gSyncPane = {
"weave:service:logout:finish",
FxAccountsCommon.ONVERIFIED_NOTIFICATION,
FxAccountsCommon.ONLOGIN_NOTIFICATION,
FxAccountsCommon.ON_ACCOUNT_STATE_CHANGE_NOTIFICATION,
FxAccountsCommon.ON_PROFILE_CHANGE_NOTIFICATION,
];
// Add the observers now and remove them on unload