Skip to content
Snippets Groups Projects
Verified Commit 8895d464 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 31740: Remove some unnecessary RemoteSettings instances

Linted
parent 877fcb49
Branches
Tags
1 merge request!641Bug 41759: Rebase Base Browser to 115 Nightly
......@@ -8,7 +8,6 @@ const lazy = {};
ChromeUtils.defineESModuleGetters(lazy, {
BrowserSearchTelemetry: "resource:///modules/BrowserSearchTelemetry.sys.mjs",
RemoteSettings: "resource://services-settings/remote-settings.sys.mjs",
SearchUtils: "resource://gre/modules/SearchUtils.sys.mjs",
});
......@@ -19,8 +18,6 @@ const SEARCH_AD_CLICKS_SCALAR_BASE = "browser.search.adclicks.";
const SEARCH_DATA_TRANSFERRED_SCALAR = "browser.search.data_transferred";
const SEARCH_TELEMETRY_PRIVATE_BROWSING_KEY_SUFFIX = "pb";
const TELEMETRY_SETTINGS_KEY = "search-telemetry-v2";
const impressionIdsWithoutEngagementsSet = new Set();
XPCOMUtils.defineLazyGetter(lazy, "logConsole", () => {
......
......@@ -9,8 +9,6 @@ ChromeUtils.defineESModuleGetters(lazy, {
"resource://services-settings/RemoteSettingsClient.sys.mjs",
});
Cu.importGlobalProperties(["fetch"]);
class IgnoreListsManager {
_ignoreListSettings = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment