i18n service to tabs background

This commit is contained in:
Kyle Spearrin 2018-01-13 15:09:52 -05:00
parent 561de6df04
commit c87f6ed2d3
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ export default class MainBackground {
// Background // Background
this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService, this.runtimeBackground = new RuntimeBackground(this, this.autofillService, this.cipherService,
this.platformUtilsService, this.storageService); this.platformUtilsService, this.storageService, this.i18nService);
this.tabsBackground = new TabsBackground(this, this.platformUtilsService); this.tabsBackground = new TabsBackground(this, this.platformUtilsService);
if (!this.isSafari) { if (!this.isSafari) {