1
0
Fork 0

Migrate FxA state

master
Grisha Kruglov 2019-10-31 15:35:57 -07:00 committed by Grisha Kruglov
parent 8f50e2af5d
commit 0a05d40ee0
1 changed files with 2 additions and 1 deletions

View File

@ -23,10 +23,11 @@ class MigratingFenixApplication : FenixApplication() {
return
}
val migrator = FennecMigrator.Builder(this)
val migrator = FennecMigrator.Builder(this, this.components.analytics.crashReporter)
.migrateOpenTabs(this.components.core.sessionManager)
.migrateHistory(this.components.core.historyStorage)
.migrateBookmarks(this.components.core.bookmarksStorage)
.migrateFxa(this.components.backgroundServices.accountManager)
.build()
migrator.migrateAsync()