Bug 868094 - Sync service should notify when the startOver process completes. r=rnewman

This commit is contained in:
Jim Mathies 2013-05-07 15:55:51 -05:00
parent d00a120518
commit f4bab2d516

View File

@ -876,6 +876,8 @@ Sync11Service.prototype = {
Svc.Prefs.set("lastversion", WEAVE_VERSION);
this.identity.deleteSyncCredentials();
Svc.Obs.notify("weave:service:start-over:finish");
},
persistLogin: function persistLogin() {