Commit 23b300a7 authored by henry's avatar henry Committed by brizental
Browse files

fixup! TB 3455: Add DomainIsolator, for isolating circuit by domain.

TB 45052: Move the initialisation of TorDomainIsolator into
TorAndroidIntegration.
parent a17c3ee9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -18,8 +18,6 @@ ChromeUtils.defineESModuleGetters(lazy, {
  RFPHelper: "resource://gre/modules/RFPHelper.sys.mjs",
  TorAndroidIntegration:
    "moz-src:///toolkit/modules/TorAndroidIntegration.sys.mjs",
  TorDomainIsolator:
    "moz-src:///toolkit/components/tor-launcher/TorDomainIsolator.sys.mjs",
});

const { debug, warn } = GeckoViewUtils.initLogging("Startup");
@@ -333,8 +331,6 @@ export class GeckoViewStartup {
        this.#migratePreferences();

        lazy.TorAndroidIntegration.init();
        lazy.TorDomainIsolator.init();

        Services.obs.addObserver(this, "browser-idle-startup-tasks-finished");
        Services.obs.addObserver(this, "handlersvc-store-initialized");