зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
098482a936
Коммит
7bcd5eff22
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче