[tor-commits] [tor-browser] 02/02: fixup! Bug 40597: Implement TorSettings module

gitolite role git at cupani.torproject.org
Thu Jul 7 18:09:56 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch tor-browser-91.10.0esr-11.5-1
in repository tor-browser.

commit 5228cd1529cdfd6ba1aa93f76925785857833a4e
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Thu Jul 7 19:48:20 2022 +0200

    fixup! Bug 40597: Implement TorSettings module
---
 browser/components/sessionstore/SessionStore.jsm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/browser/components/sessionstore/SessionStore.jsm b/browser/components/sessionstore/SessionStore.jsm
index 2150c424d8b83..ddeb923784329 100644
--- a/browser/components/sessionstore/SessionStore.jsm
+++ b/browser/components/sessionstore/SessionStore.jsm
@@ -186,6 +186,10 @@ ChromeUtils.defineModuleGetter(
   "resource://gre/modules/sessionstore/SessionHistory.jsm"
 );
 
+const { TorProtocolService } = ChromeUtils.import(
+    "resource:///modules/TorProtocolService.jsm"
+);
+
 XPCOMUtils.defineLazyServiceGetters(this, {
   gScreenManager: ["@mozilla.org/gfx/screenmanager;1", "nsIScreenManager"],
 });

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list