Skip to content
Snippets Groups Projects
Verified Commit 42bb0bb0 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 164c73eb
No related branches found
No related tags found
1 merge request!694Bug 41796: Rebased on top of FIREFOX_ESR_115_BASE
......@@ -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,9 +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";
// Exported for tests.
export 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