mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
parent
a30b941a1d
commit
9244164487
@ -206,7 +206,7 @@ export default class MainBackground {
|
|||||||
|
|
||||||
if (!this.isSafari) {
|
if (!this.isSafari) {
|
||||||
this.contextMenusBackground = new ContextMenusBackground(this, this.cipherService,
|
this.contextMenusBackground = new ContextMenusBackground(this, this.cipherService,
|
||||||
this.passwordGenerationService, this.analytics, this.platformUtilsService, this.lockService);
|
this.passwordGenerationService, this.analytics, this.platformUtilsService, this.lockService, this.eventService);
|
||||||
this.idleBackground = new IdleBackground(this.lockService, this.storageService, this.notificationsService);
|
this.idleBackground = new IdleBackground(this.lockService, this.storageService, this.notificationsService);
|
||||||
this.webRequestBackground = new WebRequestBackground(this.platformUtilsService, this.cipherService,
|
this.webRequestBackground = new WebRequestBackground(this.platformUtilsService, this.cipherService,
|
||||||
this.lockService);
|
this.lockService);
|
||||||
|
Loading…
Reference in New Issue
Block a user